From 70048960a270f5e0feca799545f53cc03579bc6d Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 28 Jun 2010 03:51:05 +0000 Subject: [PATCH] messaging MDL-22320 moved the message send button closer to the message box --- theme/standard/style/message.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/standard/style/message.css b/theme/standard/style/message.css index d4cebd9a60ea7..cf03e7900cb1c 100644 --- a/theme/standard/style/message.css +++ b/theme/standard/style/message.css @@ -42,6 +42,7 @@ table.message .searchresults td {padding:5px;} .message .messagearea .messagehistory .right {padding-bottom:10px;width:40%;float:right;clear:both;} .message .messagearea .messagesend {padding-top:20px;float:center;clear:both;} .message .messagearea .messagesend .messagesendbox {width:100%} +.message .messagearea .messagesend fieldset {padding:0px;margin:0;} /** bring the message send button closer to the message box */ .message .hiddenelement {display:none;} /** not just using hidden as mform adds that class to its fieldset */ .message .visible {display:inline;}