]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Use full page width when editing with iD
[rails.git] / app / assets / stylesheets / small.css.scss
index 2bec6d24960883f5ca630852c70d846f4dc5a446..5e21ce1861eedfd6c60edd81fa20d2e3dd735e20 100644 (file)
@@ -74,29 +74,12 @@ h2, h3, h4 {
 /* Rules for the site name - shown when left sidebar is hidden */
 
 #small-title {
-  font-size: 12px;
-  line-height: 14px;
-  height: 16px;
+  font-size: 10px;
   display: block;
   position: absolute;
   left: 5px;
   top: 5px;
-  padding: 2px;
-  width: 110px;
-  background-color: #fff;
-  z-index: 100;
-}
-
-#small-title img {
-  position: absolute;
-}
-
-#small-title h1 {
-  position: absolute;
-  font-size: 10px;
-  line-height: 18px;
   margin: 0;
-  left: 22px;
 }
 
 /* Rules for greeting bar in the top right corner */
@@ -168,6 +151,27 @@ p.search_results_entry {
   padding: 2px 0px;
 }
 
+/* Rules for the map UI */
+
+.layers-ui {
+  .leaflet-container {
+    display: none;
+  }
+
+  li {
+    border-radius: 0;
+    margin-bottom: 0;
+
+    &:first-child {
+      border-radius: 4px 4px 0 0;
+    }
+
+    &:last-child {
+      border-radius: 0 0 4px 4px;
+    }
+  }
+}
+
 /* Rules for the signup form */
 
 #signupForm input[type="text"], #signupForm input[type="password"] {