From 4851ad905fa18802ea88b00d851a3ee8aae8ca44 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 25 May 2009 15:50:31 +0000 Subject: [PATCH] paradice 3.0a --- paradice/css/theme_right.css.php | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/paradice/css/theme_right.css.php b/paradice/css/theme_right.css.php index cbb1a1bde..decb6723f 100644 --- a/paradice/css/theme_right.css.php +++ b/paradice/css/theme_right.css.php @@ -460,6 +460,7 @@ div.error h1 { color: #000000; background-color: #FFFFDD; } + h1.notice, div.success, div.notice, @@ -493,6 +494,9 @@ div.success { background-image: url(getImgPath(); ?>s_success.png); } +div.success h1 { + border-bottom: 1px solid #C5E1C8; +} .success h1 { border-color: #C5E1C8; } @@ -508,8 +512,13 @@ div.notice { background-image: url(getImgPath(); ?>s_info.png); } + +div.notice h1 { + border-bottom: 1px solid #CFDFE5; +} + .notice h1 { - border-bottom: 1px solid #FFD700; + border-bottom: 1px solid #CFDFE5; font-weight: bold; text-align: ; margin: 0 0 0.2em 0; @@ -544,6 +553,9 @@ div.warning { text-align: ; margin: 0 0 0.2em 0; } +div.warning h1 { + border-bottom: 1px solid #EEEB5B; +} .error { background-color: #FFEBEB; @@ -568,8 +580,9 @@ div.error { padding: 0.5em; } + div.error h1 { - border-bottom: 1px solid #ff0000; + border-bottom: 1px solid #F5C1C2; font-weight: bold; text-align: ; margin: 0 0 0.2em 0; @@ -1215,6 +1228,7 @@ li#li_server_info, li#li_server_info2, li#li_mysql_proto, li#li_user_info, +li#li_select_mysql_charset, li#li_used_php_extension, li#li_web_server_software, li#li_mysql_client_version, @@ -1253,8 +1267,7 @@ li#li_select_lang { list-style-image: url(getImgPath(); ?>s_lang.png); } -li#li_select_mysql_collation, -li#li_select_mysql_charset { +li#li_select_mysql_collation { list-style-image: url(getImgPath(); ?>s_asci.png); color: #1F457E; } @@ -1281,7 +1294,11 @@ li#li_server_version { li#li_user_info{ list-style-image: url(getImgPath(); ?>item_ltr.png); font-size: 80%; - margin-bottom: 2em; +} + +li#li_select_mysql_charset { + list-style-image: url(getImgPath(); ?>item_ltr.png); + font-size: 80%; } li#li_mysql_proto{