Moved important_message to a more visible location and brightened its text color
authorArt Cancro <ajc@uncensored.citadel.org>
Sat, 3 Mar 2012 23:34:42 +0000 (18:34 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Sat, 3 Mar 2012 23:34:42 +0000 (18:34 -0500)
webcit/static/styles/webcit.css

index 884b0d0ae1928f2e461e5480cdd189fa71b7dedc..ca7ac7e05d9dd7b5f42591793023d76f7c5f3e00 100644 (file)
@@ -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 }