From bc172e3b870b429e31951a8cbbb34f6ffb93d403 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 6 Jun 2005 14:53:57 +0000 Subject: [PATCH] mainly corretion for a disply problem of the course page in MSIE plus some minor changes. --- theme/orangewhite/styles_color.css | 10 +++++----- theme/orangewhite/styles_fonts.css | 3 +++ theme/orangewhite/styles_layout.css | 12 ++++++++++-- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/theme/orangewhite/styles_color.css b/theme/orangewhite/styles_color.css index b66c59d49f7..1479d9f5a43 100644 --- a/theme/orangewhite/styles_color.css +++ b/theme/orangewhite/styles_color.css @@ -575,10 +575,9 @@ table.message_search_results td { *** Modules:Glossary ***/ - .mod-glossary #content { - background-color:#F9FAFA - } - +.mod-glossary #content { + background-color:#F9FAFA +} .entryboxheader { border-color:#BBB } @@ -587,7 +586,8 @@ table.message_search_results td { background-color:#FFF } .glossarypost { - border-color:#DDD + border-color:#DDD; + background-color:#FFF } .glossarypost .entryheader, .glossarypost .entryapproval, diff --git a/theme/orangewhite/styles_fonts.css b/theme/orangewhite/styles_fonts.css index e5741a61b4b..3b063def0d3 100644 --- a/theme/orangewhite/styles_fonts.css +++ b/theme/orangewhite/styles_fonts.css @@ -484,6 +484,9 @@ body#mod-forum-index .cell { .glossarypost .entryheader .time { font-style:italic } +.glossarypopup { + font-size:0.8em +} .concept { font-weight:bold } diff --git a/theme/orangewhite/styles_layout.css b/theme/orangewhite/styles_layout.css index 66d2ffd7567..32cc031bd3a 100644 --- a/theme/orangewhite/styles_layout.css +++ b/theme/orangewhite/styles_layout.css @@ -57,6 +57,9 @@ h6.main { width:auto; padding:5px } +#layout-table #middle-column .topics { + width:95% +} #layout-table #right-column { width:22%; padding:5px @@ -260,10 +263,12 @@ h6.main { #course-view .topics { margin:0 0.5em 0 1em } -#course-view .section .left, -#course-view .section .right { +#course-view .section .left { width:0.8em } +#course-view .section .right { + width:30px +} #course-view .section .left a { display:none } @@ -325,6 +330,9 @@ h6.main { .glossarydisplay { border-bottom:5px solid } +.glossarypopup { + margin-top:0.5em +} /*** *** Modules:Resource