From 4883dcc56dae7dbd8b701fd35d88819e0f4014ba Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 25 Feb 2007 07:08:04 +0000 Subject: [PATCH] Merged categorylist fix from MDL-8583 --- 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 54b821b591..7e7f69aba8 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1627,6 +1627,10 @@ body#course-index .addcategory { width:20px; } +.categorylist .category.number { + text-align:right; +} + .categoryboxcontent { border-width:1px; border-style:solid; -- 2.39.5