]> git.mjollnir.org Git - moodle.git/commitdiff
Changing one generic class-name to a glossary specific one in themes.
authorstronk7 <stronk7>
Mon, 19 Mar 2007 23:59:02 +0000 (23:59 +0000)
committerstronk7 <stronk7>
Mon, 19 Mar 2007 23:59:02 +0000 (23:59 +0000)
Merged from MOODLE_18_STABLE

theme/cornflower/styles_color.css
theme/cornflower/styles_layout.css
theme/cornflower/styles_moz.css
theme/metal/colors.css
theme/oceanblue/styles_color.css
theme/orangewhite/styles_color.css
theme/standard/styles_color.css
theme/standard/styles_layout.css
theme/standard/styles_moz.css
theme/wood/styles_color.css

index 6a028f23bde8a62adb2bf8c119118d01efd28ebb..1989e934a27f0fa80296352b860aa2a798866fc4 100644 (file)
@@ -673,7 +673,7 @@ table.message_search_results td {
   background: #F0F0F0;
 }
 
-.categoryheader {
+.glosarycategoryheader {
   background-color: #739FC4;
 }
 
index 470ff659719f8cf8c7bf36f7bc211d374cf19d09..309b5ef79fe5563a44261367d1662b8021f654d5 100644 (file)
@@ -1072,7 +1072,7 @@ body#mod-forum-search .introcontent {
 .entrylowersection .ratings {
   padding-bottom: 2px;
 }
-.categoryheader {
+.glossarycategoryheader {
   width: 95%;
 }
 .glossaryformatheader {
index 2a23103bf0ca3b7f1d197791304ef22436190a91..d757febb28188c6fbe1c340566fa3a75092885dc 100644 (file)
@@ -268,7 +268,7 @@ body#course-user .section {
 /***
  *** Modules: Glossary
  ***/
-.categoryheader {
+.glossarycategoryheader {
   -moz-border-radius-topleft:15px;
   -moz-border-radius-topright:15px;
 }
index 6c7d75259a475cd896ec68e79a180ca53e2ac1ed..a213a6929a789e52c6154afe0d1210d3beab77fa 100755 (executable)
@@ -650,7 +650,7 @@ table.message_search_results td {
   background: #F0F0F0;
 }
 
-.categoryheader {
+.glossarycategoryheader {
   background-color: #dddddd;
 }
 
index c2696515486366246400681d7f39e7e189fd4437..dc28e62bac1b665bc9560ee7d6db507fa66993c5 100644 (file)
@@ -761,7 +761,7 @@ table.message_search_results td {
 
 }
 
-.categoryheader {
+.glossarycategoryheader {
   background-color: #dddddd;
 }
 
index 749a14c673ca4770c3771f576e647366f1c6bb2e..0c49866b33df003ab62d2b8e7be9132c099b0a38 100644 (file)
@@ -627,7 +627,7 @@ table.message_search_results td {
 #mod-glossary-report .generalbox .teacher {
   background:#F0F0F0
 }
-.categoryheader {
+.glossarycategoryheader {
   background-color:#FFDA9D
 }
 .glossaryformatheader {
index cace117ca0c9ee7ef0f8ac761a7222b5cd9ce82d..b91106d92c1f7005b8f28a473a9c58b3ccb7c7ad 100644 (file)
@@ -864,7 +864,7 @@ table.message_search_results td {
   background: #F0F0F0;
 }
 
-.categoryheader {
+.glossarycategoryheader {
   background-color: #dddddd;
 }
 
index 4647017f7990a6b0ce54512f0272f0517003b147..29b455dc2d48d9a182641a757f82316bdf7c4c9f 100644 (file)
@@ -2820,11 +2820,12 @@ body#mod-forum-search .introcontent {
   border-width:1px;
   border-style:solid;
   border-collapse:separate;
+  margin-left:auto;
+  margin-right:auto;
   margin-bottom: 5px;
   text-align: left;
 }
 
-
 .entrylist {
   border-width:0px;
 }
@@ -2832,23 +2833,31 @@ body#mod-forum-search .introcontent {
 .entrylowersection {
   padding-top: 10px;
 }
+
 .entrylowersection table{
   width: 100%;
 }
+
 .entrylowersection .aliases {
   text-align:center;
 }
+
 .entrylowersection .icons,
 .entrylowersection .ratings {
   text-align:right;
   padding-right: 5px;
 }
+
 .entrylowersection .ratings {
   padding-bottom: 2px;
 }
-.categoryheader {
+
+.glossarycategoryheader {
   width: 95%;
+  margin-left:auto;
+  margin-right:auto;
 }
+
 .glossaryformatheader {
   width: 90%;
 }
@@ -2869,7 +2878,6 @@ body#mod-forum-search .introcontent {
   text-align: left;
 }
 
-
 .glossarycomment .entry {
   padding: 3px;
 }
index ac29d4a71898d44afc4ec672059f1b5c56400ff4..57a07adac4b5fbe7bc23ca148214d56dc780a872 100644 (file)
@@ -262,7 +262,7 @@ body#course-user .section {
 /***
  *** Modules: Glossary
  ***/
-.categoryheader {
+.glossarycategoryheader {
   -moz-border-radius-topleft:15px;
   -moz-border-radius-topright:15px;
 }
index 4a45440874dadfbd4ba173bb95f9957e12f352dc..d9ac4d5835a7e870202343822304d24c04fa3d7d 100644 (file)
@@ -311,7 +311,7 @@ form.mform fieldset,
 
 #admin-index .c0,
 #admin-config .c0,
-.categoryheader {
+.glossarycategoryheader {
     background-image:url(background.jpg);
     background-position:bottom;
     background-repeat:repeat;