diff options
Diffstat (limited to 'chimere/static')
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index ce9e762..06eadc8 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -390,6 +390,7 @@ a[disabled] { #topbar{ font-family: 'Yanone Kaffeesatz Light', sans-serif; height: 35px; + min-height: 35px; z-index: 10; padding:0; background-color: #fff; @@ -423,6 +424,12 @@ a[disabled] { padding: 0; } +.navbar-toggle{ + padding: 4px 5px; + margin-top: 4px; + margin-bottom: 0; +} + #content{ z-index:3; padding:20px; @@ -3931,6 +3938,10 @@ li.main_category li.subcategory > span > label{ background-color: #fff; } +#switch-menu div.row{ + padding: 0; +} + #switch-menu div{ padding: 0.2em; } @@ -4049,14 +4060,14 @@ li.main_category li.subcategory > span > label{ width: auto; } #topbar .navbar-nav { - margin: 7.5px -4px; + margin: 7.5px 0; } #extra-pages{ background-color: #fff; margin: 0; left: 0; right: 0; - top: 48px; + top: 35px; z-index: 1000; position: absolute; } @@ -4140,7 +4151,7 @@ li.main_category li.subcategory > span > label{ padding-top: 46px; } #main-map{ - top: 123px; + top: 118px; } #map-shadow{ display: none; @@ -4220,10 +4231,10 @@ li.main_category li.subcategory > span > label{ display: block; position: absolute; width: 100%; - top: 50px; + top: 35px; background-color: #fff; padding: 8px; - margin-left: 15px; + margin-left: 10px; } #topbar{ box-shadow: none; |
