From 06995dd11b9e0d13cf964eca5508ea0d604954e2 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Wed, 23 Oct 2013 13:26:42 -0700 Subject: [PATCH] new styling for notice msg --- app/assets/stylesheets/common/notices.css.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/common/notices.css.scss b/app/assets/stylesheets/common/notices.css.scss index a16f36d2c..eb2e849f0 100644 --- a/app/assets/stylesheets/common/notices.css.scss +++ b/app/assets/stylesheets/common/notices.css.scss @@ -9,17 +9,17 @@ div.error-messages { } div#notice { - margin: 0; - padding: 1em; + padding: 0.25em; position: fixed; - top: 0; - left: 0; + top: 0.5em; + left: 25%; + width: 50%; z-index: 100; - width: 100%; - border-bottom: 2px solid #89857B; + background-color: lighten(#f47321, 30%);; + border: 2px solid #f47321; } a#close-notice-link { - float: right; - margin-right: 2em; + position: absolute; + right: 1em; }