From: the_mgt Date: Mon, 16 May 2011 14:00:16 +0000 (+0200) Subject: moved .entmsg ( the class for the message edit box) to message.css too. X-Git-Tag: v8.11~741 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=1c1ce717f6bc3e91c597910b51d33c707fb03c3e;p=citadel.git moved .entmsg ( the class for the message edit box) to message.css too. --- diff --git a/webcit/static/styles/message.css b/webcit/static/styles/message.css index f71bb0b73..02429dab0 100644 --- a/webcit/static/styles/message.css +++ b/webcit/static/styles/message.css @@ -1,4 +1,4 @@ -.message { +.message, .entmsg{ background-color: #deded0; margin: 1em; border: 1px solid #5C646B; @@ -11,6 +11,8 @@ behavior: url(/static/styles/PIE.htc); } +.entmsg { height: 95%; } + .message_header { font-size: x-small; padding: 0.5em; diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index e29f7b520..e14feb9e4 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -57,7 +57,7 @@ body { color: #000; } -#message_list_hdr table, #resize_msglist, .entmsg, .vcard_edit_background_alt,.roomops_background_alt { +#message_list_hdr table, #resize_msglist, .vcard_edit_background_alt,.roomops_background_alt { background-color: #CCC; } @@ -108,19 +108,6 @@ body { height: 3px; } -.entmsg { - border: 1px outset #999; - clear: both; - margin: 1%; - padding: 0; -} - -.entmsg { - position: absolute; - height: 95%; - width: 98%; -} - .adminlist { list-style: none } .customize {