mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
up edit
This commit is contained in:
parent
3afc15a86f
commit
2628b1c7f7
3 changed files with 26 additions and 41 deletions
|
@ -21,6 +21,22 @@
|
|||
table, thead, tbody, tr{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#completion_progress{
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
background-color: white;
|
||||
border-top: 1px solid #e9ecef;
|
||||
z-index: 1000;
|
||||
}
|
||||
.body-landing{
|
||||
min-height: 100vh;
|
||||
}
|
||||
.main-footer{
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
{# table tr:nth-child(odd){
|
||||
background-color:rgb(235, 235, 235);
|
||||
}
|
||||
|
@ -36,6 +52,11 @@
|
|||
</head>
|
||||
<body>
|
||||
<header class="main-header">
|
||||
<div id="completion_progress">
|
||||
<div class="progress" role="progressbar" aria-label="Basic example" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100">
|
||||
<div class="progress-bar" style="width: 0%"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue