From 1c1ce717f6bc3e91c597910b51d33c707fb03c3e Mon Sep 17 00:00:00 2001 From: the_mgt Date: Mon, 16 May 2011 16:00:16 +0200 Subject: [PATCH] moved .entmsg ( the class for the message edit box) to message.css too. --- webcit/static/styles/message.css | 4 +++- webcit/static/styles/webcit.css | 15 +-------------- 2 files changed, 4 insertions(+), 15 deletions(-) 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 { -- 2.30.2