Fixed MDL-13832

This commit is contained in:
andreabix
2008-07-03 22:05:59 +00:00
parent de0a3bc5f1
commit adefec37f7
2 changed files with 49 additions and 0 deletions
+35
View File
@@ -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
***/
+14
View File
@@ -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
***/