Changes due to responding that VPOLL/VAVAILABILITY are OK.
[davical.git] / htdocs / css / browse.css
blob36b75e267ff79e59780aba6f4bed2f4c78429625
1 /* CSS for browse pages in DAViCal */
3 tr.header th, td {
4 padding: 1px 4px;
7 tr.header th {
8 font-family: Arial Narrow, sans-serif;
9 background-color: #CDF;
10 color: black;
13 tr.header a {
14 color: inherit;
15 text-decoration:none;
16 border:0;
19 tr.r0:hover, tr.r1:hover {
20 background-color:#AADEFF;
23 tr.r0 {
24 background-color: white;
27 tr.r1 {
28 background-color: #DEF;
31 img.order {
32 border:0;
35 .right {
36 text-align:right;
39 .left {
40 text-align:left;
43 #browser h2 {
44 margin: 0.8em 0 0.1em;