MDL-31866 theme_formalwhite: increased the line heigth for courses in category page
authorkordan <kordan@mclink.it>
Sun, 4 Mar 2012 16:58:37 +0000 (17:58 +0100)
committerSam Hemelryk <sam@moodle.com>
Sun, 4 Mar 2012 23:27:44 +0000 (12:27 +1300)
theme/formal_white/style/course.css

index 22947d4..8a52670 100644 (file)
 .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;}