moved .entmsg ( the class for the message edit box) to message.css too.
authorthe_mgt <themgt@mail.ru>
Mon, 16 May 2011 14:00:16 +0000 (16:00 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:43:36 +0000 (20:43 +0000)
webcit/static/styles/message.css
webcit/static/styles/webcit.css

index f71bb0b73395272696b4e39d3ae338a41bd937ca..02429dab0f4f33889b71433d294df4a6ca06a97f 100644 (file)
@@ -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;
index e29f7b5200c8614bc7ecf7a0f834ed836f6737b9..e14feb9e45a2bde263a6a95e87f73f20c4e5e2e1 100644 (file)
@@ -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 {