diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 3011bf79bd8..6b7a90a01ff 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 639c48ba29e..5ea0c15bc59 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 ***/