]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Move advice on what to enter in a note to guide text
[rails.git] / app / assets / stylesheets / common.scss
index 57850662141e22290c972848567c9503e09db77c..f2ba4843ca594d0c4d5846a339824e1a0523c614 100644 (file)
@@ -1209,9 +1209,8 @@ tr.turn:hover {
   }
 
   .warning {
-    margin: $lineheight/2 0;
-    padding: $lineheight/2;
-    font-size: 90%;
+    margin: 0 0 $lineheight/2 0;
+    padding: 0 $lineheight/2;
   }
 
   .note-comments li, .changeset-comments li {
@@ -1664,6 +1663,10 @@ tr.turn:hover {
   display: inline;
 }
 
+.pagination {
+  padding-top: $lineheight;
+}
+
 /* Rules for the diary entry page */
 
 .diary_entry {