From 43b64c9763fbc81dbd9e8efa29afecab2b216260 Mon Sep 17 00:00:00 2001 From: kordan Date: Sun, 4 Mar 2012 17:58:37 +0100 Subject: [PATCH] MDL-31866 theme_formalwhite: increased the line heigth for courses in category page --- theme/formal_white/style/course.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme/formal_white/style/course.css b/theme/formal_white/style/course.css index 22947d48922..8a52670ee3e 100644 --- a/theme/formal_white/style/course.css +++ b/theme/formal_white/style/course.css @@ -86,6 +86,14 @@ .categorypicker {text-align:center;margin-bottom:10px;} .path-report-outline .loginfo {text-align:center;margin:1em;} .categorylist {width:90%;margin:0 auto;text-align:left;} +.categorylist .category .info, +.categorylist .category .indentation, +.categorylist .category .name, +.categorylist .category .image, +.categorylist .course .name, +.categorylist .course .info { + margin: 0.1em; +} /* Course and category combo list on front page */ .course_category_tree .controls {margin-bottom:5px;text-align:right;float:right;}