X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e9c6e57bcccc2a47bde53670d4effa4a5827a295..a70b61315c2331c18123a0b36782d6ef6bb3ab3e:/app/assets/stylesheets/small.css.scss diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 06acc4da7..e9d0a4779 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -15,14 +15,15 @@ input[type="text"] { display: inline-block !important; } -.nav { +nav.primary, +nav.secondary { float: none !important; position: relative; display: block; clear: both; } -#header { +header { height: auto; min-height: $headerHeight; background: #fff; @@ -31,7 +32,7 @@ input[type="text"] { padding-bottom: 15px; } - &.closed .nav { + &.closed nav { display: none; } @@ -46,7 +47,7 @@ input[type="text"] { display: none; } -.nav.primary { +nav.primary { padding: 0; ul, li { @@ -70,7 +71,7 @@ input[type="text"] { } } -.nav.secondary { +nav.secondary { border-bottom: 1px solid #eee; .user-menu { @@ -121,7 +122,7 @@ input[type="text"] { } #sidebar .welcome { - display: none; + display: none !important; } .leaflet-top.leaflet-right {