X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e9c6e57bcccc2a47bde53670d4effa4a5827a295..1b2bfb6e9242d5ec8ff5ab65d44b5761d95d1942:/app/assets/stylesheets/small.css.scss diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 06acc4da7..950e1214d 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,22 +32,22 @@ input[type="text"] { padding-bottom: 15px; } - &.closed .nav { + &.closed nav { display: none; } - .search_form { + .search_forms { display: block; } } -#sidebar .search_form, +#sidebar .search_forms, #edit_tab, #export_tab { 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 {