]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Design adjustments to Link / HTML sharing
[rails.git] / app / assets / stylesheets / common.css.scss
index 9ea4b0dfae28e84fb352cd88d5a51eed51079633..94f3f84e2a5f41370bf0f5f44eafd6d04d60af75 100644 (file)
@@ -602,11 +602,14 @@ a.donate {
   }
 }
 
-.layers-ui {
-  ul, li:last-child {
+.layers-ui,
+.share-ui {
+  ul, li:last-child, p:last-child {
     margin-bottom: 0;
   }
+}
 
+.layers-ui {
   li {
     border-radius: 4px;
     overflow: hidden;
@@ -635,16 +638,19 @@ a.donate {
 
 .share-ui {
   .share-link {
-    li {
-      display: inline-block;
-      text-align: center;
-      width: 50%;
+    a {
+      margin-left: 5px;
+    }
+
+    input,
+    textarea {
+      font-family: monospace;
+      font-size: small;
     }
   }
 
   #embed_html {
-    font-family: monospace;
-    font-size: small;
+    resize: vertical;
   }
 
   #mapnik_scale {
@@ -1607,7 +1613,6 @@ textarea {
 textarea {
   padding: 5px;
   width: 100%;
-  height: 100% !important;
 }
 
 /* Rules for user images */