]> 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 12a4f2b4517460cbb59792b270f24e0e134c93a3..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;
@@ -1288,14 +1289,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 
 /* Rules for the account settings page */
 
-#accountForm {
-  margin-top: 20px;
-}
-
-#accountForm td {
-  padding-bottom: 10px;
-}
-
 #accountForm .user_map {
   position: relative;
   width: 500px;
@@ -1320,10 +1313,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
   display: inline !important;
 }
 
-#accountForm input[type=submit] {
-  margin-top: 15px;
-}
-
 .content_map.settings_map {
   float: none;
   width: 50%;
@@ -1743,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 */