]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use a button element for button_to
[rails.git] / app / assets / stylesheets / common.scss
index fe36932675dbdd9fac796e97954ee241926396e7..d6331781286322da32ce55b1833783fa63f54f19 100644 (file)
@@ -1182,8 +1182,9 @@ tr.turn:hover {
 /* Rules for messages pages */
 
 .messages {
-  input[type="submit"] {
+  button[type="submit"] {
     margin: auto;
+    white-space: nowrap;
   }
 
   .inbox-row {
@@ -1234,8 +1235,6 @@ tr.turn:hover {
 /* Rules for "flash" notice boxes shown at the top of the content area */
 
 .flash {
-  padding: $lineheight;
-
   &.error {
     background-color: #ff7070;
   }