From 76026ad1dfbc4c00a43f419e29125444ed2a803e Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 28 Jun 2010 02:03:12 +0000 Subject: [PATCH] messaging MDL-22320 left align course participant names on messages page --- 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 df443855953..a8297bcf525 100644 --- a/theme/standard/style/message.css +++ b/theme/standard/style/message.css @@ -27,6 +27,7 @@ table.message_search_results td {border-color:#DDDDDD;} table.message .searchresults td {padding:5px;} .message .contactselector {width:24%;float:left;} +.message .contactselector .contact {text-align:left;} .message .messagearea {padding-left:1%;border-left:1px solid LightGrey;width:74%;float:right;min-height:200px;}