From eedff4f447ec74d8da020e7ae9f015fa143ca456 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 18 Apr 2006 19:59:04 +0000 Subject: [PATCH] IMS CP styling --- theme/standard/styles_fonts.css | 7 +++++++ theme/standard/styles_layout.css | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index d78a342fc4..c266515752 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -766,6 +766,13 @@ body#mod-forum-index .generalbox .cell { font-size:0.8em; } +#ims-toc-selected { + font-weight: bold; +} + +#ims-menudiv { + font-size:0.8em; +} /*** *** Modules: Scorm diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 75b71aa92b..f12b1047fc 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1777,9 +1777,10 @@ body#mod-quiz-report .controls { ***/ .ims-nav-bar { - position: absolute; + position: relative; + /* position: absolute; top: 2px; - left: 2px; + left: 2px;*/ } .ims-nav-button a, -- 2.39.5