]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Cal day view : introduce a gap for event which begin at same hour, display events...
[citadel.git] / webcit / static / webcit.css
index 45e52b7558cc9c9c3cc2348048a26a29ca3c08bc..c1e079b0b6d52fcbf4fd11b317ef5308086810a2 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;
@@ -1172,9 +1178,11 @@ td.events_of_the_day {
        filter:alpha(opacity=50);   /* Internet Explorer 6     */
        -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
        opacity: 0.5;               /* CSS3 and Mozilla  */
+       -moz-border-radius: 8px;    /* CSS3 and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
+       padding: 0 4px 0 4px; 
 }
 
 .event a {
@@ -1183,3 +1191,32 @@ td.events_of_the_day {
    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;
+}