]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.scss
Merge remote-tracking branch 'upstream/pull/3177'
[rails.git] / app / assets / stylesheets / small.scss
index a67f7a536b09b22833bc78a2579f12b3cf410b5f..2247b4bbef940956db7ddf5097da17803ed15141 100644 (file)
@@ -2,13 +2,7 @@
 
 /* Styles specific to a small screen, such as iPhone, Android, etc... */
 
-body.small {
-
-  input[type="submit"],
-  input[type="text"] {
-    -webkit-appearance: none;
-  }
-
+body.small-nav {
   #menu-icon {
     display: inline-block !important;
   }
@@ -26,10 +20,6 @@ body.small {
     min-height: $headerHeight;
     background: #fff;
 
-    h1 {
-      padding-bottom: 15px;
-    }
-
     &.closed nav {
       display: none;
     }
@@ -99,32 +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;
-  }
-
-  &.site-about #content .attr h1 {
-    font-size: 28px;
-  }
-
 }
 
 @media (max-width: 767.98px) {
@@ -139,7 +103,7 @@ body.small {
     .overlay-sidebar {
       #sidebar {
         position: absolute;
-        width: 300px;
+        width: 350px;
         height: auto;
         overflow: hidden;
       }