]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.scss
Put span inside stretched link to improve text selection
[rails.git] / app / assets / stylesheets / small.scss
index d9e203d954c348d0020d8c8ed8f431e853c61f64..2247b4bbef940956db7ddf5097da17803ed15141 100644 (file)
@@ -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;
     }
@@ -107,7 +103,7 @@ body.small {
     .overlay-sidebar {
       #sidebar {
         position: absolute;
-        width: 300px;
+        width: 350px;
         height: auto;
         overflow: hidden;
       }
@@ -124,26 +120,3 @@ body.small {
     }
   }
 }
-
-@media (max-width: 575.98px) {
-  /* 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;
-  }
-}