source: contrib/davical/htdocs/css/browse.css @ 3733

Revision 3733, 489 bytes checked in by gabriel.malheiros, 13 years ago (diff)

Ticket #1541 - <Davical customizado para o Expresso.Utiliza Caldav e CardDav?>

Line 
1/* CSS for browse pages in DAViCal */
2
3tr.header th, td {
4padding: 1px 4px;
5}
6
7tr.header th {
8font-family: Arial Narrow, sans-serif;
9background-color: #CDF;
10color: black;
11}
12
13tr.header a {
14color: inherit;
15text-decoration:none;
16border:0;
17}
18
19tr.r0:hover, tr.r1:hover {
20background-color:#AADEFF;
21}
22
23tr.r0 {
24background-color: white;
25}
26
27tr.r1 {
28background-color: #DEF;
29}
30
31img.order {
32border:0;
33}
34
35.right {
36text-align:right;
37}
38
39.left {
40text-align:left;
41}
42
43#browser h2 {
44  margin: 0.8em 0 0.1em;
45}
Note: See TracBrowser for help on using the repository browser.