]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/addresses.css
5bb6c61d73c64f05bdfa082f8ef24d5dfb72d7c3
[roundcube.git] / skins / default / addresses.css
1 /***** RoundCube|Mail address book task styles *****/
2
3
4 #abooktoolbar
5 {
6   position: absolute;
7   top: 45px;
8   left: 200px;
9   height: 35px;
10 }
11
12 #abooktoolbar a
13 {
14   padding-right: 10px;
15 }
16
17 #abookcountbar
18 {
19   position: absolute;
20   top: 60px;
21   left: 490px;
22   width: 240px;
23   height: 20px;
24   text-align: left;
25 }
26
27 #abookcountbar span
28 {
29   font-size: 11px;
30   color: #333333;
31 }
32
33
34 #addresslist
35 {
36   position: absolute;
37   top: 85px;
38   left: 20px;
39   width: 450px;
40   bottom: 40px;
41   border: 1px solid #999999;
42   background-color: #F9F9F9;
43   overflow: auto;
44   /* css hack for IE */
45   height: expression((parseInt(document.documentElement.clientHeight)-135)+'px');
46 }
47
48 #contacts-table
49 {
50   width: 100%;
51   table-layout: fixed;
52   /* css hack for IE */
53   width: expression(document.getElementById('addresslist').clientWidth);
54 }
55
56
57 #contacts-table tbody td
58 {
59   cursor: pointer;
60 }
61
62
63 #contacts-box
64 {
65   position: absolute;
66   top: 85px;
67   left: 490px;
68   right: 40px;
69   bottom: 40px;
70   border: 1px solid #999999;
71   overflow: hidden;
72   /* css hack for IE */
73   width: expression((parseInt(document.documentElement.clientWidth)-530)+'px');
74   height: expression((parseInt(document.documentElement.clientHeight)-135)+'px');
75 }
76
77 body.iframe,
78 #contact-frame
79 {
80   background-color: #F9F9F9;
81 }
82
83 #contact-frame
84 {
85   border: none;
86 /* visibility: hidden; */
87 }
88
89 #contact-title
90 {
91   height: 12px !important;
92 /*  height: 20px; */
93   padding: 4px 20px 3px 20px;
94   border-bottom: 1px solid #999999;
95   color: #333333;
96   font-size: 11px;
97   font-weight: bold;
98   background-color: #EBEBEB;
99   background-image: url(images/listheader_aqua.gif); 
100 }
101
102 #contact-details
103 {
104   padding: 15px 20px 10px 20px;
105 }
106
107 #contact-details table td.title
108 {
109   color: #666666;
110   font-weight: bold;
111   text-align: right;
112   padding-right: 10px;
113 }
114
115
116
117
118
119