From: moodler Date: Mon, 8 Jan 2007 15:17:40 +0000 (+0000) Subject: Size fix for category list MDL-8108 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4a152925bd8c7782a889ff7125173df00d4ba453;p=moodle.git Size fix for category list MDL-8108 --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index ca40dbfde9..bcc5a31ea3 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1392,6 +1392,10 @@ body#course-view .headingblock { padding:5px; } +.categorylist { + width:100%; +} + .categoryboxcontent, .coursebox { border-width:1px;