]> git.mjollnir.org Git - moodle.git/commitdiff
Merged CSS improvements for MyMoodle from stable
authormoodler <moodler>
Mon, 29 May 2006 09:27:40 +0000 (09:27 +0000)
committermoodler <moodler>
Mon, 29 May 2006 09:27:40 +0000 (09:27 +0000)
theme/standard/styles_fonts.css
theme/standard/styles_layout.css

index 3011bf79bd8c377793d81d7d70fd252e3fd62526..6b7a90a01ff2b627754cb2d15dfb6c128a8d2038 100644 (file)
@@ -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%;
 }
 
 /***
index 639c48ba29e8281b23086ecdc931d22d711d8bcf..5ea0c15bc59ead1f69abb8124b487e001482521a 100644 (file)
@@ -1114,6 +1114,20 @@ body#message-messages {
   padding:10px;
 }
 
+
+/***
+ *** MyMoodle
+ ***/
+
+.my .courseboxcontent .overview .info {
+  margin-left:20px;
+}
+
+.my .courseboxcontent .overview {
+  margin-bottom:10px;
+}
+
+
 /***
  *** Question
  ***/