alecpl
2010-07-26 d5d968048601fa1d519f7cfee11f23918afc186c
commit | author | age
4e17e6 1 /***** RoundCube|Mail settings task styles *****/
T 2
3
4 #tabsbar
5 {
6   position: absolute;
a95e0e 7   top: 50px;
4e17e6 8   left: 220px;
795588 9   right: 20px;
4e17e6 10   height: 22px;
T 11   border-bottom: 1px solid #999999;
12   white-space: nowrap;
13 }
14
15 span.tablink,
16 span.tablink-selected
17 {
18   float: left;
455c2b 19   width: 100px;
T 20   height: 24px !important;
21   height: 22px;
4a4265 22   overflow: hidden;
T 23   text-overflow: ellipsis;
9224c8 24   background: url(images/tabs.gif) top left no-repeat;
4e17e6 25 }
T 26
27 span.tablink-selected
28 {
4a4265 29   background-position: -102px 0;
4e17e6 30 }
T 31
32 span.tablink a,
33 span.tablink-selected a
34 {
455c2b 35   display: block;
T 36   padding-left: 10px;
37   padding-top: 5px;
38   color: #555555;
4e17e6 39   text-decoration: none;
T 40 }
41
455c2b 42 span.tablink-selected a
T 43 {
44   color: #000000;
700ef1 45   cursor: default;
455c2b 46 }
T 47
624ce7 48 #rcmfd_timezone
T 49 {
50   width: 300px;
35c31e 51 }
T 52
4e17e6 53 #folder-manager
T 54 {
55   position: absolute;
da35b6 56   width: 600px;
087c7d 57   top: 0;
A 58   left: 0;
59   bottom: 105px;
24053e 60   overflow: auto;
T 61   border: 1px solid #999999;
62 }
63
b0dbf3 64 #folder-manager.droptarget
S 65 {
66   border: 1px solid #CC3333;
67   background-color: #FFFFA6;
e9b5a6 68 }
T 69
f645ce 70 #listbuttons
T 71 {
72   position: absolute;
73   left: 20px;
74   bottom: 18px;
75 }
76
4e17e6 77 #identities-table
T 78 {
f865b6 79   width: 100%;
f645ce 80   table-layout: fixed;
4e17e6 81 }
T 82
72a8c3 83 #subscription-table
A 84 {
85   width: 100%;
86 }
87
f055b1 88 #subscription-table input
A 89 {
90   font: inherit;
91 }
92
72a8c3 93 #subscription-table tbody td,
58a58c 94 #identities-table tbody td,
A 95 #sections-table tbody td
4e17e6 96 {
1996d8 97   cursor: default;
f645ce 98   overflow: hidden;
T 99   text-overflow: ellipsis;
54759c 100   -o-text-overflow: ellipsis;
72a8c3 101 }
A 102
0b9dcd 103 #subscription-table tbody td
T 104 {
105   height: 22px !important;
106   height: 18px;
107 }
108
72a8c3 109 #subscription-table tr.virtual td
A 110 {
111   color: #666;
112 }
113
114 #subscription-table tr.selected td,
115 #subscription-table tr.selected td a
116 {
117   color: #FFFFFF;
118   background-color: #CC3333;
119 }
120
121 #subscription-table tr.droptarget td,
122 #subscription-table tr.droptarget td a
123 {
124   background-color: #FFFFA6;
125 }
126
127 #subscription-table thead td.name
128 {
559de2 129   width: 95%;
72a8c3 130 }
A 131
559de2 132 #subscription-table thead td.msgcount,
A 133 #subscription-table thead td.subscribed,
134 #subscription-table thead td.threaded
72a8c3 135 {
559de2 136   white-space: nowrap;
A 137   min-width: 50px;
4e17e6 138 }
T 139
0b9dcd 140 #subscription-table tbody td.subscribed,
T 141 #subscription-table tbody td.rename,
142 #subscription-table tbody td.delete
143 {
144   padding: 1px 4px;
145 }
146
f65a7c 147 #subscription-table thead td.rename,
A 148 #subscription-table thead td.delete
149 {
150   width: 30px;
151 }
152
f055b1 153 #subscription-table td.name input
A 154 {
155   font: inherit;
559de2 156   width: 90%;
f055b1 157 }
A 158
4e17e6 159 #identity-frame
T 160 {
161   position: relative;
162   margin-top: 20px;
163   border: 1px solid #999999;
164 }
165
166 #identity-details
167 {
f645ce 168   position: absolute;
54759c 169   top: 0;
A 170   right: 0;
171   bottom: 0;
4e17e6 172   border: 1px solid #999999;
f645ce 173   overflow: auto;
0f8ff2 174   background-color: #F2F2F2;
4e17e6 175 }
T 176
177 #identity-details table td.title
178 {
179   font-weight: bold;
180   text-align: right;
181 }
182
ec0171 183 input.disabled
A 184 {
185   color: #999999;
186 }
187
24053e 188 #bottomboxes
T 189 {
190   position: absolute;
da35b6 191   width: 600px;
087c7d 192   height: 95px;
A 193   left: 0;
194   bottom: 0;
24053e 195 }
a901aa 196
58a58c 197 fieldset
a901aa 198 {
A 199   margin-bottom: 0.5em;
200   border: 1px solid #999999;
dea674 201   padding: 4px 8px 9px 8px; 
a901aa 202 }
A 203
204 legend
205 {
206   color: #999999;
207 }
ffae15 208
54759c 209 #identities-list,
f05834 210 #sectionslist
A 211 {
212   position: absolute;
087c7d 213   top: 0;
A 214   left: 0;
215   bottom: 0;
f05834 216   border: 1px solid #999999;
A 217   background-color: #F9F9F9;
54759c 218   overflow: hidden;
f05834 219 }
A 220
221 #sections-table
222 {
223   width: 100%;
224   table-layout: fixed;
225 }
226
227 #prefs-box
228 {
229   position: absolute;
087c7d 230   top: 0;
A 231   right: 0;
232   bottom: 0;
f05834 233   border: 1px solid #999999;
A 234   overflow: hidden;
235 }
236
237 body.iframe,
238 #prefs-frame
239 {
0f8ff2 240   background-color: #F2F2F2;
f05834 241   border: none;
A 242 }
243
244 #formfooter
245 {
246   width: 100%;
247 }
248
249 #formfooter .footerleft
250 {
6fff3c 251   padding-left: 15px;
f05834 252   white-space: nowrap;
A 253   float: left;
254 }
255
256 #formfooter .footerright
257 {
6fff3c 258   padding-right: 15px;
ffae15 259   white-space: nowrap;
A 260   text-align: right;
f05834 261   float: right;
ffae15 262 }