Improve/fix navbars CSS
This commit is contained in:
parent
33a52cc3e0
commit
4e4c3b3824
1 changed files with 6 additions and 14 deletions
20
index.html
20
index.html
|
@ -31,6 +31,10 @@ body{
|
|||
margin-bottom: 4em;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#total-label {
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -117,18 +121,6 @@ span.cat-color {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.navbar-myform {
|
||||
padding-left: 10px;
|
||||
margin-top: 8px;
|
||||
margin-right: -15px;
|
||||
margin-bottom: 8px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
.navbar-myform .navbar-toggle {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.group-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -262,9 +254,9 @@ span.cat-color {
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<nav class="navbar navbar-inverse navbar-fixed-bottom" role="navigation">
|
||||
<nav class="navbar navbar-default navbar-fixed-bottom" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-myform navbar-left">
|
||||
<div class="navbar-left">
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bottom-navbar-collapse-1">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
|
|
Loading…
Reference in a new issue