From: urs_hunkler Date: Wed, 16 Jan 2008 20:05:33 +0000 (+0000) Subject: merged from 1.9 :: some CSS cleaning up X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fd410ca4189b6d2717950801ff25c87626aa5953;p=moodle.git merged from 1.9 :: some CSS cleaning up --- diff --git a/theme/custom_corners/styles_ie6.css b/theme/custom_corners/styles_ie6.css index 44d9e8acca..d0bf7d3ac8 100644 --- a/theme/custom_corners/styles_ie6.css +++ b/theme/custom_corners/styles_ie6.css @@ -89,6 +89,9 @@ div.sideblock div.bt { div.sideblock div.header div.bt div { background-image: url(pix/box.gif); } +div.block_adminblock { + width: 100%; +} body.dir-rtl div.sideblock div.header div.bt div { right: -12px; } diff --git a/theme/custom_corners/user_styles.css b/theme/custom_corners/user_styles.css index 4780adcfbc..cc7a4f4a05 100644 --- a/theme/custom_corners/user_styles.css +++ b/theme/custom_corners/user_styles.css @@ -72,7 +72,7 @@ h2.main { background-repeat: repeat-x; background-position: center top; padding: 5px 5px 6px; - color: #444; + color: #333; font-size: 120%; border-right-width: 1px; border-left-width: 1px; @@ -86,7 +86,7 @@ h2.headingblock { background-repeat: repeat-x; background-position: center top; padding: 5px 5px 6px; - color: #444; + color: #333; font-size: 100%; border-right-width: 1px; border-left-width: 1px; @@ -215,6 +215,9 @@ div.block_login div.content div.c1 { div.block_login div.content div.btn input { text-align: center; } +div.block_adminblock { + min-width: 210px; +} div.sideblock ul.list span.c1 { padding-left: 0; } @@ -225,14 +228,10 @@ div.sideblock div.title h2 { div.sideblock div.header { padding: 0; border-style: none; - border-color: #DDDDDD #CCCCCC #88DD55 #DDDDDD; } div.sideblock div.content { padding: 0.3em 0.3em 0.5em; border-style: none; - border-right-color: #DDDDDD; - border-bottom-color: #DDDDDD; - border-left-color: #FFFFFF; } div.sideblock table.minicalendar td.day { text-align: center; @@ -540,7 +539,7 @@ body#admin-auth td#middle-column { padding-bottom: 10px; } div.sideblock h2 { - color: #666666; + color: #333; } table.cal_popup_bg { background-color: #ffffff;