]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.scss
Move the login form rules to be based on screen size
[rails.git] / app / assets / stylesheets / small.scss
index e5634e11d0e71aaa28df3ca0aaf72cdd2044a0ac..d9e203d954c348d0020d8c8ed8f431e853c61f64 100644 (file)
@@ -3,16 +3,6 @@
 /* Styles specific to a small screen, such as iPhone, Android, etc... */
 
 body.small {
-
-  input[type="submit"],
-  input[type="text"] {
-    -webkit-appearance: none;
-  }
-
-  .column-1 {
-    width: 100%;
-  }
-
   #menu-icon {
     display: inline-block !important;
   }
@@ -92,7 +82,21 @@ body.small {
     display: inline-block;
   }
 
-  &.map-layout {
+  .overlay-sidebar #sidebar .welcome.visible {
+    display: none;
+  }
+
+  .overlay-sidebar #sidebar #banner {
+    display: none;
+  }
+
+  .leaflet-top.leaflet-right {
+    top: 10px !important;
+  }
+}
+
+@media (max-width: 767.98px) {
+  body.map-layout {
     #sidebar, #map {
       position: relative;
       overflow-x: hidden;
@@ -119,28 +123,9 @@ body.small {
       overflow-y: scroll;
     }
   }
+}
 
-  .overlay-sidebar #sidebar .welcome.visible {
-    display: none;
-  }
-
-  .overlay-sidebar #sidebar #banner {
-    display: none;
-  }
-
-  .leaflet-top.leaflet-right {
-    top: 10px !important;
-  }
-
-  .content_map {
-    width: 100%;
-    border: none;
-    float: none;
-    height: 200px;
-    max-height: none;
-    min-height: auto;
-  }
-
+@media (max-width: 575.98px) {
   /* Rules for the login form */
 
   #login_login input#user_email {
@@ -161,23 +146,4 @@ body.small {
   #login_openid_buttons td {
     padding: 2px;
   }
-
-  /* Rules for the user view */
-
-  .user_map {
-    width: 100% !important;
-    height: 300px !important;
-  }
-
-  #userinformation .deemphasize {
-    position: relative;
-    right: auto; left: auto;
-    margin-top: 10px;
-    top: auto;
-  }
-
-  &.site-about #content .attr h1 {
-    font-size: 28px;
-  }
-
 }