From a9451d19b9efb7c2eb96245bfa971909701c56e3 Mon Sep 17 00:00:00 2001 From: danielvincent Date: Sun, 24 Oct 2010 18:16:38 -0700 Subject: [PATCH] another publisher fix (broke aspect#show pages with last fix). changed flash message colors/opacity. --- public/stylesheets/sass/application.sass | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 675397c9f..c4da5d4fc 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -59,14 +59,16 @@ h3 #flash_notice :background - :color rgba(127,255,36,0.6) + :color rgb(126,240,77) + :color rgba(126,240,77,0.98) :text :shadow 0 1px #6C6 #flash_error, #flash_alert :background - :color rgba(208,49,43,0.85) + :color rgb(208,49,43) + :color rgba(208,49,43,0.98) :border :bottom solid 1px #C66 :text @@ -671,6 +673,7 @@ label :margin 0 .options_and_submit + :min-height 21px :display none :position relative :padding @@ -1112,7 +1115,7 @@ ul#settings_nav .empty_message :margin - :bottom 12px + :bottom 24px :text :align center