From bd1dcdc82e54efe9fa8e0cd9ce2262472dd0c871 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 24 Feb 2008 21:16:07 +0000 Subject: [PATCH] merged from 1.9 :: MDL-13418, MDL-13422, MDL 13597 :: corrected CSS issues --- theme/custom_corners/styles_ie6.css | 4 ++++ theme/custom_corners/user_styles.css | 17 ++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/theme/custom_corners/styles_ie6.css b/theme/custom_corners/styles_ie6.css index a1c62bddf7..c5233faa32 100644 --- a/theme/custom_corners/styles_ie6.css +++ b/theme/custom_corners/styles_ie6.css @@ -50,6 +50,10 @@ div.sideblock ul.list li { padding-left: 18px; margin-left: 19px; } +div.block_rss_client ul.list li { + padding-left: 0; + margin-left: 0; +} div.block_admin div.column.c0 { margin-left: -18px; } diff --git a/theme/custom_corners/user_styles.css b/theme/custom_corners/user_styles.css index 3b5ce98d79..255fb50e0d 100644 --- a/theme/custom_corners/user_styles.css +++ b/theme/custom_corners/user_styles.css @@ -1,3 +1,4 @@ +/* @override http://ubuntu.userver.lan/moodle_19/theme/custom_corners/user_styles.css */ body { font-size: 100%; color: #333333; @@ -126,11 +127,16 @@ div.informationbox { } table.userinfobox { border: 1px solid #DDDDDD; + margin: 0 auto 5px; } div.errorbox { background-color: #E88; border-color: #660000; } +table.environmenttable span.error { + background-color: #E88; + color: inherit; +} p.copyright { text-align: center; } @@ -138,6 +144,12 @@ body#admin-index div.adminwarning { border-style: none; margin: 20px 30px; } +body#admin-index .c1 { + vertical-align: top; +} +td.cell { + vertical-align: top; +} div.headermenu { margin: 0; padding: 3px; @@ -401,6 +413,9 @@ div.sideblock ul.list li { clear: left; padding-left: 18px; } +div.block_rss_client ul.list li { + padding-left: 0; +} div.sideblock div.column.c0 { margin-left: -19px; } @@ -511,7 +526,7 @@ body#admin-langimport div.generalbox { border-style: none; } div.htmlarea iframe{ - width: 600px !important; + /*width: 600px !important;*/ } div#header-home { position: relative; -- 2.39.5