From: Art Cancro Date: Sat, 3 Mar 2012 23:34:42 +0000 (-0500) Subject: Moved important_message to a more visible location and brightened its text color X-Git-Tag: v8.11~144 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=4dab2746293e9049b938196d94ff7fb6c2c7a9c1;p=citadel.git Moved important_message to a more visible location and brightened its text color --- diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 884b0d0ae..ca7ac7e05 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -159,9 +159,10 @@ body { .imsg { background: none; - color: #AAA; + color: #EEE; font-style: italic; font-weight: 700; + text-align: center; } .menubar_bg { background-color: red } @@ -373,11 +374,6 @@ a:visited { color: #70342e } color: black; } -#important_message { - background-color: #3E65AF; - color: #FFF; -} - input, select, .room_actions form select, .room_actions li.search input, .address_book_popup_title { background-color: #efefe0; /*#fbf4ca;*/ border: 2px solid #5c646b; @@ -426,11 +422,13 @@ body { } #important_message { + background-color: #3E65AF; + color: #FFF; position: absolute; - top: 0; - right: 0; + top: 25; z-index: 4; padding: 3px; + margin: 0px auto; } #hellomsg, .fmout, .nomsgs { @@ -658,7 +656,6 @@ input#delbutton { .toolbar img { float: right } -.imsg { text-align: center } colgroup.entity { text-align: center }