From 98b9add6a1aecd745c97cbe8f9464184cbb4bbe2 Mon Sep 17 00:00:00 2001 From: andreabix <andreabix> Date: Thu, 3 Jul 2008 22:07:22 +0000 Subject: [PATCH] Fixed MDL-13832 --- theme/formal_white/fw_color.css | 41 ++++++++++++++++++++++++++++---- theme/formal_white/fw_layout.css | 23 +++++++++++------- 2 files changed, 51 insertions(+), 13 deletions(-) diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index 3986e5108a..a65137ccf5 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -27,14 +27,10 @@ h1 { color: #333333; } -h2,.heading-with-help { +h2 { background-color: #E3DFD4; border-color:#C6BDA8; } -.heading-with-help h2 { - background:none; - border:none; -} h2.headingblock.header { background: url(pix/grad/gradient_h.jpg); @@ -411,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 2ae185e580..400d00a141 100644 --- a/theme/formal_white/fw_layout.css +++ b/theme/formal_white/fw_layout.css @@ -27,13 +27,6 @@ h2 { padding: 4px; } -.heading-with-help { - text-align:left; - padding:4px 4px 4px 5px; -} -.heading-with-help h2.main { - padding:0; -} h3 { padding: 3px; @@ -55,7 +48,7 @@ border-bottom-width:1px; clear:both; } -h1, h2, h3, th.header, .heading-with-help { +h1, h2, h3, th.header { border-width: 1px; border-style: solid; } @@ -336,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 ***/ -- 2.39.5