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