From 6f2396f404c2714cb783c793ec2b2a9196e9db0b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Jul 2008 22:23:54 +0000 Subject: [PATCH] Look: Minor change on theme --- htdocs/theme/auguria/alert.css | 2 +- htdocs/theme/auguria/auguria.css.php | 2 +- htdocs/theme/eldy/alert.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/auguria/alert.css b/htdocs/theme/auguria/alert.css index a94bea9e2cd..dd160c71382 100644 --- a/htdocs/theme/auguria/alert.css +++ b/htdocs/theme/auguria/alert.css @@ -1,6 +1,6 @@ .overlay_alert { background-color: #DDDDDD; - filter: alpha(opacity=50); /*Does not respect CSS standard */ + filter: alpha(opacity=50); /* Does not respect CSS standard, but required to avoid IE bug */ -moz-opacity: 0.5; opacity: 0.5; } diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index c8495bff435..f40f1421d64 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -1174,7 +1174,7 @@ cursor: pointer; .cal_current_month { background: #FFFFFF; border: solid 1px #ACBCBB; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } .cal_today { background: #FFFFFF; border: solid 2px #6C7C7B; padding-left: 2px; padding-right: 1px; padding-top: 0px; padding-bottom: 0px; } table.cal_event { border-collapse: collapse; margin-bottom: 1px; } -table.cal_event td { border: 0px; padding-left: 0px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; } */ +table.cal_event td { border: 0px; padding-left: 0px; padding-right: 2px; padding-top: 0px; padding-bottom: 0px; } .cal_event a:link { color: #111111; font-size: 11px; font-weight: normal !important; } .cal_event a:visited { color: #111111; font-size: 11px; font-weight: normal !important; } .cal_event a:active { color: #111111; font-size: 11px; font-weight: normal !important; } diff --git a/htdocs/theme/eldy/alert.css b/htdocs/theme/eldy/alert.css index 43272a51498..7a35c6af208 100644 --- a/htdocs/theme/eldy/alert.css +++ b/htdocs/theme/eldy/alert.css @@ -1,6 +1,6 @@ .overlay_alert { background-color: #DDDDDD; - filter: alpha(opacity=50); /*Does not respect CSS standard */ + filter: alpha(opacity=50); /* Does not respect CSS standard, but required to avoid IE bug */ -moz-opacity: 0.5; opacity: 0.5; }