]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed MDL-13832
authorandreabix <andreabix>
Thu, 3 Jul 2008 22:07:22 +0000 (22:07 +0000)
committerandreabix <andreabix>
Thu, 3 Jul 2008 22:07:22 +0000 (22:07 +0000)
theme/formal_white/fw_color.css
theme/formal_white/fw_layout.css

index 3986e5108a6ef540fa8af80422545e0591ef9564..a65137ccf52763759e88f6a25f534f29206a6b28 100644 (file)
@@ -27,14 +27,10 @@ h1 {
   color: #333333;
 }
 
-h2,.heading-with-help {
+h2 {
   background-color: #E3DFD4;
   border-color:#C6BDA8;
 }
-.heading-with-help h2 {
-  background:none;
-  border:none;
-}
 
 h2.headingblock.header  {
  background: url(pix/grad/gradient_h.jpg);
@@ -411,6 +407,41 @@ table.minicalendar tr td.weekend {
 #mod-forum-index .unread {
 }
 
+/***
+ *** Modules: glossary
+ ***/
+
+.picture,
+.entryattachment,
+.entryapproval {
+  background-color: #E3DFD4;
+ } 
+
+.entrybox {
+  border-color: #C6BDA8;
+ }
+
+.glossarypost.dictionary,
+.glossarypost.fullwithauthor,
+.glossarypost.fullwithoutauthor,
+.glossarypost.continuous, 
+.glossarypost.encyclopedia,
+.glossarypost.faq {
+  border-color: #C6BDA8;
+  background-color: #FFFFFF;
+}
+
+.glossarycategoryheader th  {
+  background-color: #F7F6F1;
+}
+
+
+.glossarycategoryheader h2, 
+.glossarypost .concept h3 {
+  background-color: #FFFFFF
+}
+
+
 /***
  *** Error message
  ***/
index 2ae185e580a713aea09c617e4990945be3d561c1..400d00a1413841358ee351917561343c4f9ca6c5 100644 (file)
@@ -27,13 +27,6 @@ h2 {
   padding: 4px;
 
 }
-.heading-with-help {
-  text-align:left;
-  padding:4px 4px 4px 5px;
-}
-.heading-with-help h2.main {
-  padding:0;
-}
 
 h3 {
   padding: 3px;
@@ -55,7 +48,7 @@ border-bottom-width:1px;
 clear:both;
 }
   
-h1, h2, h3, th.header, .heading-with-help {
+h1, h2, h3, th.header {
   border-width: 1px;
   border-style: solid; 
 }
@@ -336,6 +329,20 @@ table.calendarmonth tr td  {
    padding-top: 4px; 
 } 
 
+/***
+ *** Modules: glossary
+ ***/
+
+.entry .concept,
+.entryheader .concept {
+   margin-top: 5px;
+   margin-bottom: 10px;
+}
+
+.glossarypost.continuous {
+       padding: 5px;
+}
+
 /***
  *** Error message
  ***/