From 4a152925bd8c7782a889ff7125173df00d4ba453 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 8 Jan 2007 15:17:40 +0000 Subject: [PATCH] Size fix for category list MDL-8108 --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5