]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix buttons in the richtext help panel
[rails.git] / app / assets / stylesheets / common.css.scss
index 486866602e213f46c880a33fe44ab78868898b9e..f6a34534efe7b99b83c3817de4a75b52983b15bb 100644 (file)
@@ -1732,6 +1732,20 @@ a.button.submit {
       margin-right: 10px;
     }
   }
       margin-right: 10px;
     }
   }
+
+  .buttons input[type="submit"] {
+    display: inline-block;
+    margin-bottom:0;
+    width:99px;
+    min-width:99px;
+  }
+  .buttons input:first-child {
+    border-radius:2px 0 0 2px;
+    margin-right:1px;
+  }
+  .buttons input:last-child {
+    border-radius:0 2px 2px 0;
+  }
 }
 
 /* Rules for the user notes list */
 }
 
 /* Rules for the user notes list */