]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/settings.css
Imported Upstream version 0.7
[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.root td
43 {
44   font-size: 10%;
45   height: 5px;
46 }
47
48 #subscription-table tr.selected td
49 {
50   color: #FFFFFF;
51   background-color: #CC3333;
52 }
53
54 #subscription-table tr.droptarget td
55 {
56   background-color: #FFFFA6;
57 }
58
59 #subscription-table td.name
60 {
61   width: auto;
62 }
63
64 #subscription-table td.subscribed
65 {
66   text-align: right;
67   padding-right: 12px;
68 }
69
70 #identity-frame
71 {
72   position: relative;
73   margin-top: 20px;
74   border: 1px solid #999999;
75 }
76
77 #identity-details,
78 #folder-box,
79 #prefs-box
80 {
81   position: absolute;
82   top: 0;
83   right: 0;
84   bottom: 0;
85   border: 1px solid #999999;
86   overflow: auto;
87   background-color: #F2F2F2;
88 }
89
90 #identity-details table td.title,
91 #folder-details table td.title
92 {
93   font-weight: bold;
94   text-align: right;
95 }
96
97 input.disabled
98 {
99   color: #999999;
100 }
101
102 #bottomboxes
103 {
104   position: absolute;
105   width: 600px;
106   height: 95px;
107   left: 0;
108   bottom: 0;
109 }
110
111 #identities-list,
112 #folder-manager,
113 #sectionslist
114 {
115   position: absolute;
116   top: 0;
117   left: 0;
118   bottom: 0;
119   border: 1px solid #999999;
120   background-color: #F9F9F9;
121   overflow: hidden;
122 }
123
124 body.iframe,
125 #prefs-frame,
126 #folder-frame
127 {
128   background-color: #F2F2F2;
129   border: none;
130   min-height: 100%; /* Chrome 14 bug */
131 }
132
133 #formfooter
134 {
135   width: 100%;
136 }
137
138 #formfooter .footerleft
139 {
140   padding-left: 15px;
141   white-space: nowrap;
142   float: left;
143 }
144
145 #formfooter .footerright
146 {
147   padding-right: 15px;
148   white-space: nowrap;
149   text-align: right;
150   float: right;
151 }
152
153 #quota
154 {
155   position: absolute;
156   top: 3px;
157   right: 8px;
158   width: 100px;
159 }
160
161 #quotaimg
162 {
163   position: absolute;
164   top: 3px;
165   right: 6px;
166   z-index: 101;
167 }
168
169 #rcmfd_signature
170 {
171   font-family: monospace;
172 }