messaging MDL-22320 moved the message send button closer to the message box

This commit is contained in:
Andrew Davis
2010-06-28 03:51:05 +00:00
parent 5bfbe04e24
commit 70048960a2
+1
View File
@@ -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;}