mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Changing one generic class-name to a glossary specific one in themes.
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
c988beb565
commit
c0cdb3b314
@ -673,7 +673,7 @@ table.message_search_results td {
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
.categoryheader {
|
||||
.glosarycategoryheader {
|
||||
background-color: #739FC4;
|
||||
}
|
||||
|
||||
|
@ -1072,7 +1072,7 @@ body#mod-forum-search .introcontent {
|
||||
.entrylowersection .ratings {
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.categoryheader {
|
||||
.glossarycategoryheader {
|
||||
width: 95%;
|
||||
}
|
||||
.glossaryformatheader {
|
||||
|
@ -268,7 +268,7 @@ body#course-user .section {
|
||||
/***
|
||||
*** Modules: Glossary
|
||||
***/
|
||||
.categoryheader {
|
||||
.glossarycategoryheader {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
@ -650,7 +650,7 @@ table.message_search_results td {
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
.categoryheader {
|
||||
.glossarycategoryheader {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
|
@ -761,7 +761,7 @@ table.message_search_results td {
|
||||
|
||||
}
|
||||
|
||||
.categoryheader {
|
||||
.glossarycategoryheader {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
|
@ -627,7 +627,7 @@ table.message_search_results td {
|
||||
#mod-glossary-report .generalbox .teacher {
|
||||
background:#F0F0F0
|
||||
}
|
||||
.categoryheader {
|
||||
.glossarycategoryheader {
|
||||
background-color:#FFDA9D
|
||||
}
|
||||
.glossaryformatheader {
|
||||
|
@ -864,7 +864,7 @@ table.message_search_results td {
|
||||
background: #F0F0F0;
|
||||
}
|
||||
|
||||
.categoryheader {
|
||||
.glossarycategoryheader {
|
||||
background-color: #dddddd;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -262,7 +262,7 @@ body#course-user .section {
|
||||
/***
|
||||
*** Modules: Glossary
|
||||
***/
|
||||
.categoryheader {
|
||||
.glossarycategoryheader {
|
||||
-moz-border-radius-topleft:15px;
|
||||
-moz-border-radius-topright:15px;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user