]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAttendeesEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1209 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxAttendeesEditor.css
1 DIV#attendeesView
2 { position: absolute;
3   left: 1em;
4   right: 1em;
5   top: 1em;
6   bottom: 1em;
7   margin: 0px;
8   padding: 0px;
9   border: 0px; }
10
11 DIV#freeBusyView
12 { position: static;
13   margin-top: 2em;
14   margin-left: 12.5em;
15   overflow: auto;
16   border-top: 2px solid #222;
17   border-left: 2px solid #222;
18   border-right: 1px solid #fff;
19   border-bottom: 1px solid #fff;
20   -moz-border-top-colors: #9c9a94 #000;
21   -moz-border-left-colors: #9c9a94 #000; }
22
23 TABLE#freeBusy
24 { border-collapse: collapse;
25   table-layout: auto; }
26
27 TABLE#freeBusy THEAD TH
28 { white-space: nowrap; }
29
30 TABLE#freeBusy TD,
31 TABLE#freeBusy TH
32 { padding: 0px;
33   margin: 0px;
34   border: 0px; }
35
36 TABLE#freeBusy TH.attendees,
37 TABLE#freeBusy TD.attendees
38 { /*position: absolute;*/
39   position: fixed;
40   padding: 0px .5em;
41   margin: 0px;
42   width: 11em;
43   border: 0px !important;
44   background: #d4d0c8 !important;
45   overflow: hidden;
46   left: 0px; }
47
48 TABLE#freeBusy TD.attendees IMG
49 { position: absolute;
50   left: 0em;
51   top: .5em; }
52
53 TABLE#freeBusy TD.attendees INPUT
54 { width: 10em;
55   margin: 0px;
56   margin-left: 10px; }
57
58 TABLE#freeBusy TR.freeBusyHeader2 TH
59 { font-weight: normal; }
60
61 TABLE#freeBusy TR.freeBusyHeader1 TH,
62 TABLE#freeBusy TR.freeBusyHeader2 TH,
63 TABLE#freeBusy TR.freeBusyHeader3 TH
64 { text-align: left;
65   color: #777;
66   background: #fff; }
67
68 TABLE#freeBusy TR.freeBusyHeader2 TH
69 { padding-right: 2em; }
70
71 TABLE#freeBusy TR.freeBusyHeader3 TH
72 { border-left: 1px solid #fff;
73   border-bottom: 1px solid #cecbff; }
74
75 TABLE#freeBusy TR.attendeeModel
76 { display: none; }
77
78 TABLE#freeBusy TR.futureAttendee TD
79 { border-right: none; }
80
81 TABLE#freeBusy TD
82 { border-bottom: 1px solid #cecbff;
83   border-right: 1px solid #cecbff;
84   height: 2em;
85   background-color: #fff; }
86
87 TABLE#freeBusy TD.noFreeBusy
88 { background-color: #559;
89   border-right: 0px; }
90
91 SPAN.freeBusyZoneElement
92 { display: block;
93   float: left;
94   clear: right;
95   width: 25%;
96   margin: 0px;
97   padding: 0px;
98   border: 0px; }
99
100 TABLE#freeBusy TR.freeBusyHeader3 SPAN.freeBusyZoneElement
101 { height: .25em; }
102
103 TABLE#freeBusy TD SPAN.freeBusyZoneElement
104 { height: 100%; }
105
106 SPAN[class~="colorBox"].free,
107 TABLE#freeBusy TD SPAN.freeBusyZoneElement
108 { background-color: #8ca6bd; }
109
110 TABLE#freeBusy TH SPAN[class~="freeBusyZoneElement"].busy
111 { background-color: #c55 !important; }
112
113 DIV#freeBusyFooter
114 { position: absolute;
115   height: 14em;
116   left: 0px;
117   right: 0px;
118   bottom: 0px;
119   line-height: 2em;
120   text-align: right; }
121
122 DIV#legend
123 { margin-left: 1em;
124   text-align: left; }
125
126 DIV#legend UL
127 { cursor: default;
128   float: left;
129   width: 30%;
130   margin: 0px;
131   padding: 0px;
132   line-height: 1.5em;
133   list-style-type: none;
134   list-style-image: none; }
135
136 DIV#legend UL LI
137 { white-space: nowrap;
138   margin: 0px;
139   padding: 0px; }
140
141 DIV#legend UL IMG
142 { margin-right: .5em; }
143
144 DIV#legend UL LI SPAN.colorBox
145 { float: left;
146   margin-right: .5em; }
147
148 SPAN.colorBox
149 { display: block;
150   float: right;
151   border: 1px solid #333;
152   margin: .12em;
153   width: 1em;
154   height: .75em; }
155
156 SPAN[class~="colorBox"].busy,
157 SPAN[class~="freeBusyZoneElement"].busy
158 { background-color: #5a6b79 !important; }
159
160 SPAN[class~="colorBox"].maybe-busy,
161 SPAN[class~="freeBusyZoneElement"].maybe-busy
162 { background-color: #adc0d0 !important; }
163
164 SPAN[class~="colorBox"].noFreeBusy
165 { background-color: #559; }
166
167 DIV#freeBusyViewButtons
168 { position: absolute;
169   margin: 0px;
170   border: 0px;
171   padding: 3px;
172   height: 2em;
173   top: 0px;
174   left: 13em; }
175
176 DIV#freeBusyZoomButtons
177 { position: absolute;
178   margin: 0px;
179   border: 0px;
180   padding: 0px;
181   height: 2em;
182   top: 0px;
183   right: 0px; }
184
185 DIV#freeBusyButtons
186 { position: absolute;
187   top: 7em;
188   left: 0px;
189   text-align: left;
190   width: 20em;
191   height: 2em; }
192
193 DIV#freeBusyButtons A.button
194 { width: 5em; }
195
196 DIV#freeBusyReplicas
197 { position: absolute;
198   top: 6em;
199   right: 0px;
200   width: 30em;
201   height: 4em; }
202
203 DIV#freeBusyReplicas LABEL
204 { line-height: 1.5em; }
205
206 DIV#windowButtons
207 { position: absolute;
208   bottom: 0px;
209   left: 0px;
210   right: 0px;
211   height: 4em;
212   text-align: right; }