]> git.mjollnir.org Git - moodle.git/commitdiff
making notifytiny style a little bigger
authorjamiesensei <jamiesensei>
Thu, 12 Apr 2007 14:59:32 +0000 (14:59 +0000)
committerjamiesensei <jamiesensei>
Thu, 12 Apr 2007 14:59:32 +0000 (14:59 +0000)
theme/standard/styles_fonts.css

index 02d400feb0a11c062d0ccfd2c02c9b48bd32cf6a..1a89a06ad4a95f23b3cb52af6a521971ac743f7b 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************
  styles_fonts.css
-  
+
  This CSS file contains all font definitions like family, size,
  weight, text-align, letter-spacing etc.
 
@@ -101,7 +101,8 @@ h4 {
 }
 
 .notifytiny {
-  font-size: 0.5em;
+  line-height : 100%;
+  font-size: 0.7em;
 }
 
 .pagingbar .title {
@@ -549,7 +550,7 @@ body#grade-index .grades .header {
   font-size:0.9em;
 }
 
-.message .note, 
+.message .note,
 .message .pix {
   font-size:0.8em;
 }
@@ -653,7 +654,7 @@ body#user-index #longtimenosee {
 }
 
 #mod-chat-view #chatcurrentusers .chatuserdetails {
-  font-size: 0.6em;   
+  font-size: 0.6em;
 }
 /***
  *** Modules: Choice
@@ -662,7 +663,7 @@ body#user-index #longtimenosee {
 #mod-choice-index .cell {
   font-size:0.8em;
 }
-  
+
 /***
  *** Modules: Forum
  ***/
@@ -851,21 +852,21 @@ body#mod-forum-index .generalbox .cell {
 .phpinfo .center {
   text-align: center;
 }
-.phpinfo .e, .v, .h { 
-  border: 1px solid #000000; 
-  font-size: 0.8em; 
+.phpinfo .e, .v, .h {
+  border: 1px solid #000000;
+  font-size: 0.8em;
   vertical-align: baseline;
 }
 .phpinfo .e {
-  background-color: #ccccff; 
-  font-weight: bold; 
+  background-color: #ccccff;
+  font-weight: bold;
   color: #000000;
 }
 .phpinfo .h {
-  background-color: #9999cc; 
+  background-color: #9999cc;
   font-weight: bold; color: #000000;
 }
 .phpinfo .v {
-  background-color: #cccccc; 
+  background-color: #cccccc;
   color: #000000;
 }