]> git.openstreetmap.org Git - rails.git/commitdiff
Limit button width
authorThomas Levine <occurrence@thomaslevine.com>
Tue, 11 Jun 2013 21:22:46 +0000 (17:22 -0400)
committerTom Hughes <tom@compton.nu>
Mon, 8 Jul 2013 08:03:17 +0000 (09:03 +0100)
app/assets/stylesheets/common.css.scss

index 3b78905f284367cb806a2ca53098e7261fb7343e..cd00f7eabfce7b25741c41112815046293390732 100644 (file)
@@ -1580,15 +1580,20 @@ a.button.submit {
     margin-bottom:0;
     width:50%;
     min-width: 0;
+    max-width: 150px;
+    margin-left: 2px;
+    margin-right: 2px;
   }
   input:first-child,
   .button:first-child {
     border-radius:2px 0 0 2px;
     border-right:1px solid white;
+    margin-left: 0px;
   }
   input:last-child,
-  .button:first-child {
+  .button:last-child {
     border-radius:0 2px 2px 0;
+    margin-right: 0px;
   }
 }