]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Enebale I18n for embedded maps
[rails.git] / app / assets / stylesheets / common.scss
index f22450cea5ce6c792302a9f55058bf11e360e248..cf687653e1efa19bd18fd82ddf7ad20d4aec8055 100644 (file)
@@ -1335,6 +1335,11 @@ tr.turn:hover {
 .user-terms {
   .content-body .content-inner {
     padding: 0;
+
+    .message {
+      margin-top: 80px;
+      padding: 20px;
+    }
   }
 }
 
@@ -1820,6 +1825,19 @@ tr.turn:hover {
     display: inline-block;
     margin-left: $lineheight / 2;
     vertical-align: middle;
+
+    p {
+      margin-top: $lineheight * 0.5;
+      margin-bottom: $lineheight * 0.5;
+
+      &:first-child {
+        margin-top: 0px;
+      }
+
+      &:last-child {
+        margin-bottom: 0px;
+      }
+    }
   }
 }