Skip to content

Commit

Permalink
Fixed MDL-13832
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed Jul 3, 2008
1 parent de0a3bc commit adefec3
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
35 changes: 35 additions & 0 deletions theme/formal_white/fw_color.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
***/
Expand Down
14 changes: 14 additions & 0 deletions theme/formal_white/fw_layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
***/
Expand Down

0 comments on commit adefec3

Please sign in to comment.