* Reverted r8284 ... we're going to do this a different way
authorArt Cancro <ajc@citadel.org>
Mon, 15 Feb 2010 22:26:25 +0000 (22:26 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 15 Feb 2010 22:26:25 +0000 (22:26 +0000)
webcit/static/t/view_message.html
webcit/static/webcit.css

index c7e529cd656257ca5a004917f962519c95ab4294..603b3852e57a60c2d2541f23a518a46720ef7ea9 100644 (file)
@@ -3,7 +3,7 @@ onMouseOver=document.getElementById("msg<?MAIL:SUMM:N>").style.visibility="visib
 onMouseOut=document.getElementById("msg<?MAIL:SUMM:N>").style.visibility="hidden" >
 
 <??("COND:ROOM:TYPE_IS", 12, "VIEW_WIKI")><!-- skip headers for wiki rooms -->
-<div class="message_header<?%("COND:MAIL:SUMM:UNREAD", 1, 1, "_unread", "")>">
+<div class="message_header">
  <span><?MAIL:SUMM:DATEFULL></span>
  <?_("from ")>
  <??("COND:MAIL:ANON",1)>
index 36d18aa7914254921d4e06415d57206c0680e5b8..f616bc5454231cd5c5494eca9ac148c6b3a21397 100644 (file)
@@ -55,16 +55,11 @@ body {
        color: #000;
 }
 
-#login_form, #message_list_hdr table, #resize_msglist, .message, .message_header_unread, .vcard_edit_background_alt,.roomops_background_alt 
-{
+#login_form, #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt 
+ {
        background-color: #CCC;
 }
 
-.message_header
-{
-       background-color: #777;
-}
-
 .box, #online_users li.inactiveuser a {
        background-color: transparent;
 }