static/cal.css
changeset 39 4f331cfc76a4
parent 37 eabea2857143
child 40 30a0a0fa8c54
equal deleted inserted replaced
38:673475e05e3d 39:4f331cfc76a4
    60 table.calendar tbody tr.week-data
    60 table.calendar tbody tr.week-data
    61 {
    61 {
    62     height: 1em;
    62     height: 1em;
    63 }
    63 }
    64 
    64 
    65 /* The days are separated by borders */
    65 /* Each event is visible as its own block */
       
    66 table.calendar tbody tr.week-data td.event a
       
    67 {
       
    68     display: block;
       
    69 
       
    70     background-color: #A6C6E3;
       
    71 
       
    72     padding: 4px;
       
    73 
       
    74     /* Rounded corner for cosmetic effect */
       
    75     border-radius: 4px;
       
    76     -moz-border-radius: 6px;
       
    77     
       
    78     text-align: center;
       
    79 }
       
    80 
       
    81 /* Borders ? */
    66 table.calendar tbody td
    82 table.calendar tbody td
    67 {
    83 {
    68     border: 1px solid #d8d8d8;
    84     border: 1px solid #d8d8d8;
    69 
    85 
    70     border-style: none solid;
    86     border-style: none solid;
    71 }
    87 }
       
    88 
       
    89