Cal day view : introduce a gap for event which begin at same hour, display events...
[citadel.git] / webcit / static / webcit.css
index b363d4c670d4fc5eb87c8db76c6b589d3870922a..c1e079b0b6d52fcbf4fd11b317ef5308086810a2 100644 (file)
@@ -1178,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 {