Fixed MDL-13832
This commit is contained in:
@@ -407,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
|
||||
***/
|
||||
|
||||
@@ -329,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
|
||||
***/
|
||||
|
||||
Reference in New Issue
Block a user