Changing one generic class-name to a glossary specific one in themes.

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7 2007-03-19 23:59:02 +00:00
parent c988beb565
commit c0cdb3b314
10 changed files with 20 additions and 12 deletions

View File

@ -673,7 +673,7 @@ table.message_search_results td {
background: #F0F0F0;
}
.categoryheader {
.glosarycategoryheader {
background-color: #739FC4;
}

View File

@ -1072,7 +1072,7 @@ body#mod-forum-search .introcontent {
.entrylowersection .ratings {
padding-bottom: 2px;
}
.categoryheader {
.glossarycategoryheader {
width: 95%;
}
.glossaryformatheader {

View File

@ -268,7 +268,7 @@ body#course-user .section {
/***
*** Modules: Glossary
***/
.categoryheader {
.glossarycategoryheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}

View File

@ -650,7 +650,7 @@ table.message_search_results td {
background: #F0F0F0;
}
.categoryheader {
.glossarycategoryheader {
background-color: #dddddd;
}

View File

@ -761,7 +761,7 @@ table.message_search_results td {
}
.categoryheader {
.glossarycategoryheader {
background-color: #dddddd;
}

View File

@ -627,7 +627,7 @@ table.message_search_results td {
#mod-glossary-report .generalbox .teacher {
background:#F0F0F0
}
.categoryheader {
.glossarycategoryheader {
background-color:#FFDA9D
}
.glossaryformatheader {

View File

@ -864,7 +864,7 @@ table.message_search_results td {
background: #F0F0F0;
}
.categoryheader {
.glossarycategoryheader {
background-color: #dddddd;
}

View 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;
}

View File

@ -262,7 +262,7 @@ body#course-user .section {
/***
*** Modules: Glossary
***/
.categoryheader {
.glossarycategoryheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}

View 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;