Merge pull request #1887 from opf/fix/flash_message_height

limits explicit height for flash boxes to absolute-layout-mode
pull/1889/head
Alex Coles 10 years ago
commit 5548f9930c
  1. 4
      app/assets/stylesheets/content/_flash_messages.sass

@ -31,7 +31,9 @@
padding: 4px
margin: 0 0 10px 0
color: $content_flash_msg_font_color
height: $content-flash-height
%absolute-layout-mode &
height: $content-flash-height
div.flash.error a:link, div.flash.warning a:link, div.flash.notice a:link, #errorExplanation a:link,
div.flash.error a:hover, div.flash.warning a:hover, div.flash.notice a:hover, #errorExplanation a:hover

Loading…
Cancel
Save