Look: Minor change on theme

This commit is contained in:
Laurent Destailleur 2008-07-17 22:23:54 +00:00
parent cfe198e1e1
commit 6f2396f404
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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; }

View File

@ -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;
}