thomascube
2012-01-16 c321a955a7b0f6d6b13ffaebf040a6c7091037ae
commit | author | age
e7c445 1 /**
T 2  * Roundcube webmail styles for the Settings section
3  *
4  * Copyright (c) 2011, The Roundcube Dev Team
5  * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
6  *
7  * The contents are subject to the Creative Commons Attribution-ShareAlike
8  * License. It is allowed to copy, distribute, transmit and to adapt the work
9  * by keeping credits to the original autors in the README file.
10  * See http://creativecommons.org/licenses/by-sa/3.0/ for details.
11  *
12  * $Id$
b1fa1a 13  */
T 14
15 #settings-sections {
16     position: absolute;
17     top: 0;
18     left: 0;
e19229 19     width: 220px;
b1fa1a 20     bottom: 0;
T 21 }
22
4f1b7a 23 #pluginbody,
918bb9 24 #settings-right {
T 25     position: absolute;
26     top: 0;
27     left: 232px;
28     right: 0;
29     bottom: 0;
30 }
31
b1fa1a 32 #sectionslist {
T 33     position: absolute;
34     top: 0;
918bb9 35     left: 0;
e19229 36     width: 260px;
b1fa1a 37     bottom: 0;
T 38 }
39
40 #preferences-box {
41     position: absolute;
42     top: 0;
918bb9 43     left: 270px;
b1fa1a 44     right: 0;
T 45     bottom: 0;
46 }
47
48 #preferences-frame {
879b05 49     border: 0;
b1fa1a 50     border-radius: 4px 4px 0 0;
T 51 }
52
13ed1e 53 #sections-table tbody td.section,
28e18c 54 #settings-sections span.listitem a,
T 55 #settings-sections span.tablink a {
13ed1e 56     padding-left: 36px;
T 57     background: url(images/listicons.png) -100px 0 no-repeat;
58 }
59
e19229 60 /* note: support span.tablink because this is used by plugins */
T 61 #settings-sections span.listitem a,
62 #settings-sections span.tablink a {
13ed1e 63     background-position: 6px -862px;
T 64 }
65
e19229 66 #settings-sections span.selected a,
T 67 #settings-sections span.tablink.selected a {
13ed1e 68     background-position: 6px -887px;
T 69 }
70
71 #settings-sections span.preferences a {
72     background-position: 6px -431px;
73 }
74
75 #settings-sections span.preferences.selected a {
76     background-position: 6px -455px;
77 }
78
79 #settings-sections span.folders a,
80 #sections-table #rcmrowfolders td.section {
81     background-position: 6px 2px;
82 }
83
84 #settings-sections span.folders.selected a,
85 #sections-table #rcmrowfolders.selected td.section {
86     background-position: 6px -22px;
87 }
88
89 #settings-sections span.identities a {
90     background-position: 6px -478px;
91 }
92
93 #settings-sections span.identities.selected a {
94     background-position: 6px -502px;
95 }
96
004a08 97 #settings-sections span.filter a {
T 98     background-position: 6px -1746px;
99 }
100
101 #settings-sections span.filter.selected a {
102     background-position: 6px -1770px;
103 }
104
105 #settings-sections span.password a {
106     background-position: 6px -1795px;
107 }
108
109 #settings-sections span.password.selected a {
110     background-position: 6px -1819px;
13ed1e 111 }
T 112
113 #sections-table #rcmrowgeneral td.section {
114     background-position: 6px -573px;
115 }
116
117 #sections-table #rcmrowgeneral.selected td.section {
118     background-position: 6px -598px;
119 }
120
121 #sections-table #rcmrowmailbox td.section {
122     background-position: 6px -621px;
123 }
124
125 #sections-table #rcmrowmailbox.selected td.section {
126     background-position: 6px -646px;
127 }
128
129 #sections-table #rcmrowcompose td.section {
130     background-position: 6px -670px;
131 }
132
133 #sections-table #rcmrowcompose.selected td.section {
134     background-position: 6px -695px;
135 }
136
137 #sections-table #rcmrowmailview td.section {
138     background-position: 6px -718px;
139 }
140
141 #sections-table #rcmrowmailview.selected td.section {
142     background-position: 6px -742px;
143 }
144
145 #sections-table #rcmrowaddressbook td.section {
146     background-position: 6px -766px;
147 }
148
149 #sections-table #rcmrowaddressbook.selected td.section {
150     background-position: 6px -791px;
151 }
152
153 #sections-table #rcmrowserver td.section {
154     background-position: 6px -814px;
155 }
156
157 #sections-table #rcmrowserver.selected td.section {
158     background-position: 6px -838px;
159 }
160
161 #sections-table #rcmrowcalendar td.section {
162     background-position: 6px -526px;
163 }
164
165 #sections-table #rcmrowcalendar.selected td.section {
166     background-position: 6px -550px;
167 }
168
b540ed 169 #folderslist,
e19229 170 #identitieslist {
T 171     position: absolute;
172     top: 0;
918bb9 173     left: 0;
e19229 174     width: 300px;
T 175     bottom: 0;
176 }
177
b540ed 178 #folder-details,
e19229 179 #identity-details {
T 180     position: absolute;
181     top: 0;
918bb9 182     left: 310px;
e19229 183     right: 0;
T 184     bottom: 0;
185 }
186
b540ed 187 #subscription-table tr.root td {
T 188     font-size: 5%;
189     height: 5px;
190     padding: 2px;
191 }
192
193 #subscription-table td.subscribed {
194     padding: 3px 12px 3px 3px;
195     text-align: right;
196 }
197
68e13c 198 #pluginlist td.version {
T 199     width: 5em;
200 }
201
202 #pluginlist td.license,
203 #pluginlist td.source {
204     width: 8em;
205 }
206