]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Cal day view : fix a display bug with timezone
[citadel.git] / webcit / static / webcit.css
index d24bad9362b4420dace350e6435a3482522681ce..b363d4c670d4fc5eb87c8db76c6b589d3870922a 100644 (file)
@@ -1148,7 +1148,6 @@ td.events_of_the_day {
        font-size: 8px;
 }
 
-
 .hour_label, .extra_events dl dt {
        background-color: #CCCCDD;
         vertical-align: middle;
@@ -1161,6 +1160,13 @@ td.events_of_the_day {
        text-align: left;       
 }
 
+
+.extra_events ul, .extra_events ul li {
+       list-style: none;
+       margin: 0;
+       padding: 0;
+}
+
 .calday, .calout, .calweekend {
        width: 14%;
        height: 60px;
@@ -1169,9 +1175,46 @@ td.events_of_the_day {
 }
 
 .event {
-       opacity: .5;
+       filter:alpha(opacity=50);   /* Internet Explorer 6     */
+       -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
+       opacity: 0.5;               /* CSS3 and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
 }
 
+.event a {
+   filter:alpha(opacity=100); 
+   -moz-opacity:1.0;         
+   opacity: 1.0;            
+}
+
+.mini_calendar {
+   color: #fff;
+}
+
+.mini_calendar a {
+   color: #fff;
+}
+
+.mini_calendar a: link,.mini_calendar a:visited {
+   color: #fff;
+}
+
+.mini_calendar a:hover,.mini_calendar a:active {
+   color: #fff;
+   background-color: #AD1C00;
+}
+
+.mini_calendar td a {
+   color: #fff;
+}
+
+.mini_calendar td a: link,.mini_calendar td a:visited {
+   color: #fff;
+}
+
+.mini_calendar td a:hover,.mini_calendar td a:active {
+   color: #fff;
+   background-color: #AD1C00;
+}