]> 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 06d00308c17229611b273766c2266e565f0a6f04..f6a34534efe7b99b83c3817de4a75b52983b15bb 100644 (file)
@@ -357,6 +357,7 @@ table {
   padding: 0;
   width: 15px;
   height: 15px;
+  min-width: 15px;
   text-indent: -1000px;
   overflow: hidden;
   background: image-url("sprite.png") 0 0 no-repeat;
@@ -1731,6 +1732,20 @@ a.button.submit {
       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 */