From adefec37f71b31bbebf2025a8d791d2e0fc4aeca Mon Sep 17 00:00:00 2001 From: andreabix Date: Thu, 3 Jul 2008 22:05:59 +0000 Subject: [PATCH] Fixed MDL-13832 --- theme/formal_white/fw_color.css | 35 ++++++++++++++++++++++++++++++++ theme/formal_white/fw_layout.css | 14 +++++++++++++ 2 files changed, 49 insertions(+) diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index 93f9da6a0d0..a65137ccf52 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -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 ***/ diff --git a/theme/formal_white/fw_layout.css b/theme/formal_white/fw_layout.css index 9fc5d8c76f3..400d00a1413 100644 --- a/theme/formal_white/fw_layout.css +++ b/theme/formal_white/fw_layout.css @@ -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 ***/