]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/settings.css
Imported Upstream version 0.5.4+dfsg
[roundcube.git] / skins / default / settings.css
1 /***** Roundcube|Mail settings task styles *****/
2
3 #rcmfd_timezone
4 {
5   width: 300px;
6 }
7
8 #folder-manager.droptarget
9 {
10   border: 1px solid #CC3333;
11   background-color: #FFFFA6;
12 }
13
14 #identities-table,
15 #subscription-table,
16 #sections-table
17 {
18   width: 100%;
19   table-layout: fixed;
20 }
21
22 #subscription-table input
23 {
24   font: inherit;
25 }
26
27 #subscription-table tbody td,
28 #identities-table tbody td,
29 #sections-table tbody td
30 {
31   cursor: default;
32   text-overflow: ellipsis;
33   -o-text-overflow: ellipsis;
34   height: 18px;
35 }
36
37 #subscription-table tr.virtual td
38 {
39   color: #666;
40 }
41
42 #subscription-table tr.selected td
43 {
44   color: #FFFFFF;
45   background-color: #CC3333;
46 }
47
48 #subscription-table tr.droptarget td
49 {
50   background-color: #FFFFA6;
51 }
52
53 #subscription-table td.name
54 {
55   width: auto;
56 }
57
58 #subscription-table td.subscribed
59 {
60   text-align: right;
61   padding-right: 12px;
62 }
63
64 #identity-frame
65 {
66   position: relative;
67   margin-top: 20px;
68   border: 1px solid #999999;
69 }
70
71 #identity-details,
72 #folder-box,
73 #prefs-box
74 {
75   position: absolute;
76   top: 0;
77   right: 0;
78   bottom: 0;
79   border: 1px solid #999999;
80   overflow: auto;
81   background-color: #F2F2F2;
82 }
83
84 #identity-details table td.title,
85 #folder-details table td.title
86 {
87   font-weight: bold;
88   text-align: right;
89 }
90
91 input.disabled
92 {
93   color: #999999;
94 }
95
96 #bottomboxes
97 {
98   position: absolute;
99   width: 600px;
100   height: 95px;
101   left: 0;
102   bottom: 0;
103 }
104
105 #identities-list,
106 #folder-manager,
107 #sectionslist
108 {
109   position: absolute;
110   top: 0;
111   left: 0;
112   bottom: 0;
113   border: 1px solid #999999;
114   background-color: #F9F9F9;
115   overflow: hidden;
116 }
117
118 body.iframe,
119 #prefs-frame,
120 #folder-frame
121 {
122   background-color: #F2F2F2;
123   border: none;
124 }
125
126 #formfooter
127 {
128   width: 100%;
129 }
130
131 #formfooter .footerleft
132 {
133   padding-left: 15px;
134   white-space: nowrap;
135   float: left;
136 }
137
138 #formfooter .footerright
139 {
140   padding-right: 15px;
141   white-space: nowrap;
142   text-align: right;
143   float: right;
144 }
145
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 }