X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/46bd1a9a2ed7f72fbc5cefa5174aaf40408b5349..26698d6d267ab410d082a9b774b3ad5f9dc86b05:/app/assets/stylesheets/small.scss diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index ddd812dc1..2247b4bbe 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -2,7 +2,7 @@ /* Styles specific to a small screen, such as iPhone, Android, etc... */ -body.small { +body.small-nav { #menu-icon { display: inline-block !important; } @@ -20,10 +20,6 @@ body.small { min-height: $headerHeight; background: #fff; - h1 { - padding-bottom: 15px; - } - &.closed nav { display: none; } @@ -93,27 +89,6 @@ body.small { .leaflet-top.leaflet-right { top: 10px !important; } - - /* Rules for the login form */ - - #login_login input#user_email { - width: 100%; - max-width: 18em; - } - - #login_login input#user_password { - width: 100%; - max-width: 18em; - } - - #login_login input#openid_url { - width: 100%; - max-width: 18em; - } - - #login_openid_buttons td { - padding: 2px; - } } @media (max-width: 767.98px) { @@ -128,7 +103,7 @@ body.small { .overlay-sidebar { #sidebar { position: absolute; - width: 300px; + width: 350px; height: auto; overflow: hidden; }