Skip to content

Commit

Permalink
Changing one generic class-name to a glossary specific one in themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 19, 2007
1 parent 4b593df commit b199550
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion theme/cornflower/styles_color.css
Expand Up @@ -673,7 +673,7 @@ table.message_search_results td {
background: #F0F0F0;
}

.categoryheader {
.glosarycategoryheader {
background-color: #739FC4;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/cornflower/styles_layout.css
Expand Up @@ -1072,7 +1072,7 @@ body#mod-forum-search .introcontent {
.entrylowersection .ratings {
padding-bottom: 2px;
}
.categoryheader {
.glossarycategoryheader {
width: 95%;
}
.glossaryformatheader {
Expand Down
2 changes: 1 addition & 1 deletion theme/cornflower/styles_moz.css
Expand Up @@ -268,7 +268,7 @@ body#course-user .section {
/***
*** Modules: Glossary
***/
.categoryheader {
.glossarycategoryheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
Expand Down
2 changes: 1 addition & 1 deletion theme/metal/colors.css
Expand Up @@ -650,7 +650,7 @@ table.message_search_results td {
background: #F0F0F0;
}

.categoryheader {
.glossarycategoryheader {
background-color: #dddddd;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/oceanblue/styles_color.css
Expand Up @@ -761,7 +761,7 @@ table.message_search_results td {

}

.categoryheader {
.glossarycategoryheader {
background-color: #dddddd;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/orangewhite/styles_color.css
Expand Up @@ -627,7 +627,7 @@ table.message_search_results td {
#mod-glossary-report .generalbox .teacher {
background:#F0F0F0
}
.categoryheader {
.glossarycategoryheader {
background-color:#FFDA9D
}
.glossaryformatheader {
Expand Down
2 changes: 1 addition & 1 deletion theme/standard/styles_color.css
Expand Up @@ -864,7 +864,7 @@ table.message_search_results td {
background: #F0F0F0;
}

.categoryheader {
.glossarycategoryheader {
background-color: #dddddd;
}

Expand Down
14 changes: 11 additions & 3 deletions theme/standard/styles_layout.css
Expand Up @@ -2820,35 +2820,44 @@ 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;
}

.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%;
}
Expand All @@ -2869,7 +2878,6 @@ body#mod-forum-search .introcontent {
text-align: left;
}


.glossarycomment .entry {
padding: 3px;
}
Expand Down
2 changes: 1 addition & 1 deletion theme/standard/styles_moz.css
Expand Up @@ -262,7 +262,7 @@ body#course-user .section {
/***
*** Modules: Glossary
***/
.categoryheader {
.glossarycategoryheader {
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
}
Expand Down
2 changes: 1 addition & 1 deletion theme/wood/styles_color.css
Expand Up @@ -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;
Expand Down

0 comments on commit b199550

Please sign in to comment.