X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/248ad3ae0584e0a158b7de2c3b5d8bee114509b0..2f03522c427ff030b8147a800a630a9082de3da7:/app/assets/stylesheets/small.scss diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 623d0f6b4..808b8caa6 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -1,187 +1,149 @@ @import "parameters"; /* Styles specific to a small screen, such as iPhone, Android, etc... */ -@media (max-width: 640px) { - body { - input[type="submit"], - input[type="text"] { - -webkit-appearance: none; - } - - .column-1 { - width: 100%; - } - - #menu-icon { - display: inline-block !important; - } - - nav.primary, - nav.secondary { - float: none !important; - position: relative; - display: block; - clear: both; - } +body.small-nav { + #menu-icon { + display: inline-block !important; + } - header { - height: auto; - min-height: $headerHeight; - background: #fff; + nav.primary, + nav.secondary { + float: none !important; + position: relative; + display: block; + clear: both; + } - h1 { - padding-bottom: 15px; - } + header { + height: auto; + min-height: $headerHeight; + background: #fff; - &.closed nav { - display: none; - } - - .search_forms { - display: block; - } + h1 { + padding-bottom: 15px; } - #sidebar .search_forms, - #edit_tab, - #export_tab { + &.closed nav { display: none; } - nav.primary { - padding: 0; - - ul, li { - border: none; - border-radius: 0; - width: 100%; - } - - ul { - border-top: 1px solid #eee; + .search_forms { + display: block; + } + } - li { - border-bottom: 1px solid #eee; - border-right: none; + #sidebar .search_forms, + #edit_tab, + #export_tab { + display: none; + } - > a { - border-radius: 0; - width: 100%; - text-align: center; - font-size: 15px; - } - } - } + nav.primary { + padding: 0; - .btn-group { - width: 100%; - padding: 10px; - } + ul, li { + border: none; + border-radius: 0; + width: 100%; } - nav.secondary { - .user-menu { - width: 100%; + ul { + border-top: 1px solid #eee; + li { + border-bottom: 1px solid #eee; + border-right: none; + > a { + border-radius: 0; + width: 100%; + text-align: center; + font-size: 15px; + } } } - #compact-secondary-nav { - display: none; + .btn-group { + width: 100%; + padding: 10px; } + } - .compact-hide { - display: inline-block; + nav.secondary { + .user-menu { + width: 100%; } + } - &.map-layout { - #sidebar, #map { - position: relative; - overflow-x: hidden; - width: 100%; - height: 50%; - } - - .overlay-sidebar { - #sidebar { - position: absolute; - width: 300px; - height: auto; - overflow: hidden; - } - - #map { - height: 100%; - } - } + #compact-secondary-nav { + display: none; + } - #map-ui { - z-index: 9999; - width: 100%; - overflow-y: scroll; - } - } + .compact-hide { + display: inline-block; + } - .overlay-sidebar #sidebar .welcome.visible { - display: none; - } + .overlay-sidebar #sidebar .welcome.visible { + display: none; + } - .overlay-sidebar #sidebar #banner { - display: none; - } + .overlay-sidebar #sidebar #banner { + display: none; + } - .leaflet-top.leaflet-right { - top: 10px !important; - } + .leaflet-top.leaflet-right { + top: 10px !important; + } +} - .content_map { +@media (max-width: 767.98px) { + body.map-layout { + #sidebar, #map { + position: relative; + overflow-x: hidden; width: 100%; - border: none; - float: none; - height: 200px; - max-height: none; - min-height: auto; + height: 50%; } - /* Rules for the login form */ - - #login_login input#user_email { - width: 100%; - max-width: 18em; - } + .overlay-sidebar { + #sidebar { + position: absolute; + width: 300px; + height: auto; + overflow: hidden; + } - #login_login input#user_password { - width: 100%; - max-width: 18em; + #map { + height: 100%; + } } - #login_login input#openid_url { + #map-ui { + z-index: 9999; width: 100%; - max-width: 18em; - } - - #login_openid_buttons td { - padding: 2px; + overflow-y: scroll; } + } +} - /* Rules for the user view */ +@media (max-width: 575.98px) { + /* Rules for the login form */ - .user_map { - width: 100% !important; - height: 300px !important; - } + #login_login input#user_email { + width: 100%; + max-width: 18em; + } - #userinformation .deemphasize { - position: relative; - right: auto; - left: auto; - margin-top: 10px; - top: auto; - } + #login_login input#user_password { + width: 100%; + max-width: 18em; + } - &.site-about #content .attr h1 { - font-size: 28px; - } + #login_login input#openid_url { + width: 100%; + max-width: 18em; + } + #login_openid_buttons td { + padding: 2px; } }