From bcd85cffbd2b2eaddb4eccd7720b68605574608d Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 30 Dec 2006 18:21:47 +0000 Subject: [PATCH] MDL-7948 some more messaging accessiblity fixes -missing css changes --- theme/standard/styles_layout.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c23f735ea0..7d38a3e2e5 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1382,7 +1382,6 @@ body#grade-index .grades .weighted { margin:0px; padding:0px; list-style-type:none; - display:inline; } .message-discussion-noframes #userinfo .commands ul li { @@ -1398,10 +1397,16 @@ body#grade-index .grades .weighted { .message-discussion-noframes #send h1 { margin:0px; } + .message-discussion-noframes #messages { padding-top:10px; } +.message-discussion-noframes #messages ul.messagelist { + margin:0px; + padding:0px; +} + .message-discussion-noframes #send h1 { margin:0px; } -- 2.39.5