thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
commit | author | age
e019f2 1 /***** Roundcube|Mail settings task styles *****/
4e17e6 2
624ce7 3 #rcmfd_timezone
T 4 {
5   width: 300px;
35c31e 6 }
T 7
b0dbf3 8 #folder-manager.droptarget
S 9 {
10   border: 1px solid #CC3333;
11   background-color: #FFFFA6;
e9b5a6 12 }
T 13
db1a87 14 #identities-table,
T 15 #subscription-table,
16 #sections-table
4e17e6 17 {
f865b6 18   width: 100%;
f645ce 19   table-layout: fixed;
72a8c3 20 }
A 21
f055b1 22 #subscription-table input
A 23 {
24   font: inherit;
25 }
26
72a8c3 27 #subscription-table tbody td,
58a58c 28 #identities-table tbody td,
A 29 #sections-table tbody td
4e17e6 30 {
1996d8 31   cursor: default;
f645ce 32   text-overflow: ellipsis;
54759c 33   -o-text-overflow: ellipsis;
0b9dcd 34   height: 18px;
T 35 }
36
72a8c3 37 #subscription-table tr.virtual td
A 38 {
39   color: #666;
40 }
41
db1a87 42 #subscription-table tr.selected td
72a8c3 43 {
A 44   color: #FFFFFF;
45   background-color: #CC3333;
46 }
47
db1a87 48 #subscription-table tr.droptarget td
72a8c3 49 {
A 50   background-color: #FFFFA6;
51 }
52
db1a87 53 #subscription-table td.name
72a8c3 54 {
db1a87 55   width: auto;
72a8c3 56 }
A 57
db1a87 58 #subscription-table td.subscribed
72a8c3 59 {
db1a87 60   text-align: right;
T 61   padding-right: 12px;
f055b1 62 }
A 63
4e17e6 64 #identity-frame
T 65 {
66   position: relative;
67   margin-top: 20px;
68   border: 1px solid #999999;
69 }
70
db1a87 71 #identity-details,
T 72 #folder-box,
73 #prefs-box
4e17e6 74 {
f645ce 75   position: absolute;
54759c 76   top: 0;
A 77   right: 0;
78   bottom: 0;
4e17e6 79   border: 1px solid #999999;
f645ce 80   overflow: auto;
0f8ff2 81   background-color: #F2F2F2;
4e17e6 82 }
T 83
db1a87 84 #identity-details table td.title,
T 85 #folder-details table td.title
4e17e6 86 {
T 87   font-weight: bold;
88   text-align: right;
89 }
90
ec0171 91 input.disabled
A 92 {
93   color: #999999;
94 }
95
24053e 96 #bottomboxes
T 97 {
98   position: absolute;
da35b6 99   width: 600px;
087c7d 100   height: 95px;
A 101   left: 0;
102   bottom: 0;
24053e 103 }
a901aa 104
54759c 105 #identities-list,
db1a87 106 #folder-manager,
f05834 107 #sectionslist
A 108 {
109   position: absolute;
087c7d 110   top: 0;
A 111   left: 0;
112   bottom: 0;
f05834 113   border: 1px solid #999999;
A 114   background-color: #F9F9F9;
54759c 115   overflow: hidden;
f05834 116 }
A 117
118 body.iframe,
db1a87 119 #prefs-frame,
T 120 #folder-frame
f05834 121 {
0f8ff2 122   background-color: #F2F2F2;
f05834 123   border: none;
A 124 }
125
126 #formfooter
127 {
128   width: 100%;
129 }
130
131 #formfooter .footerleft
132 {
6fff3c 133   padding-left: 15px;
f05834 134   white-space: nowrap;
A 135   float: left;
136 }
137
138 #formfooter .footerright
139 {
6fff3c 140   padding-right: 15px;
ffae15 141   white-space: nowrap;
A 142   text-align: right;
f05834 143   float: right;
ffae15 144 }
db1a87 145
T 146 #quota
147 {
148   position: absolute;
149   top: 3px;
150   right: 8px;
151   width: 100px;
152 }
153
154 #quotaimg
155 {
156   position: absolute;
157   top: 3px;
158   right: 6px;
159   z-index: 101;
160 }
161
162 #rcmfd_signature
163 {
164   font-family: monospace;
165 }