]> 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 466d3d7764f0befb8954e67bb4e5f34c6f951392..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;
@@ -1179,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 {