From: moodler Date: Mon, 29 May 2006 09:27:40 +0000 (+0000) Subject: Merged CSS improvements for MyMoodle from stable X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=854c0e06a33685f63ae25a80b63d037610e65010;p=moodle.git Merged CSS improvements for MyMoodle from stable --- diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 3011bf79bd..6b7a90a01f 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -17,6 +17,7 @@ grades login message + mymoodle question tabs user @@ -515,19 +516,27 @@ body#grade-index .grades .header { font-size:1.1em; } +/*** + *** MyMoodle + ***/ + +.my .courseboxcontent .overview .info { + font-size:0.7em; +} + /*** *** Question ***/ .que .no { - font-size: 1.2em; - font-weight: bold; + font-size: 1.2em; + font-weight: bold; } .que .grade { - font-size: 0.8em; + font-size: 0.8em; } .que .history { - font-size:75%; + font-size:75%; } /*** diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 639c48ba29..5ea0c15bc5 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1114,6 +1114,20 @@ body#message-messages { padding:10px; } + +/*** + *** MyMoodle + ***/ + +.my .courseboxcontent .overview .info { + margin-left:20px; +} + +.my .courseboxcontent .overview { + margin-bottom:10px; +} + + /*** *** Question ***/