]> git.openstreetmap.org Git - rails.git/commitdiff
Reserve enough space for the buttons at the bottom of the message list
authorMarco Antonio Frias Butrón <marcoantoniofrias@gmail.com>
Thu, 16 Jan 2014 04:13:26 +0000 (00:13 -0400)
committerTom Hughes <tom@compton.nu>
Sun, 19 Jan 2014 17:15:05 +0000 (17:15 +0000)
app/assets/stylesheets/common.css.scss

index bbe96ddda76f51050e5ff9aee92534a6ebb48054..088d4e07a16325ee71224b44fcfa02f25c4d8a6a 100644 (file)
@@ -1698,6 +1698,7 @@ header .search_form {
 
 .message-read .message-buttons {
   margin-top: $lineheight;
+  margin-bottom: $lineheight * 1.5;
   padding-top: $lineheight;
   border-top: 1px solid $lightgrey;
 }