]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAppointmentEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1009 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxAppointmentEditor.css
1 DIV.appointmentLabel
2 { display: block;
3   position: relative;
4   line-height: 1.8em;
5   text-align: right;
6   width: 3em; }
7
8 DIV#editorTabs
9 {
10   left: 0px;
11   right: 0px;
12   height: 38em;
13 }
14
15 DIV#editorTabs > DIV.tab
16 { overflow: hidden;
17   padding: .5em; }
18
19 DIV.appointmentRightLabel
20 { display: inline;
21   vertical-align: middle; }
22
23 UL.contactList
24
25   display: block;
26   cursor: default;
27   list-style-type: none;
28   list-style-image: none;
29   margin: 0px;
30   padding: 0px;
31   background: #fff;
32   border: 1px solid #000;
33   width: 15em;
34   height: 5em;
35   overflow: auto;
36 }
37
38 UL.contactList LI IMG
39 { vertical-align: middle; }
40
41 UL.contactList LI
42 { width: 100%;
43   white-space: nowrap;
44   vertical-align: middle; }
45
46 UL.contactList LI._selected
47 { background: #4b6983;
48   color: #fff; }
49
50 DIV.contactSelector
51 { margin: 0px; }
52
53 LABEL, SPAN.checkBoxList
54 { display: block;
55   position: relative;
56   height: 1.5em;
57   margin-left: .5em;
58   margin-bottom: .5em;
59   width: 100%; }
60
61 LABEL#commentArea
62 { height: 11.5em; }
63
64 SPAN.checkBoxList#participantsCB
65 { height: 7em; }
66
67 SPAN.checkBoxList#categoriesCB
68 { height: 3em; }
69
70 DIV#participants UL.contactList
71 { height: 4.5em; }
72
73 SPAN.checkBoxList SPAN.content LABEL
74 { display: inline; }
75
76 SPAN.content
77 { position: absolute;
78   top: -.25em;
79   left: 8em;
80   right: 1em; }
81
82 TEXTAREA
83 { position: absolute;
84   top: 0px;
85   left: 8em;
86   vertical-align: bottom;
87   height: 10em;
88   right: 1em;
89   padding-bottom: 1em; }
90
91 A#detailsButton
92 { position: absolute;
93   right: 1em;
94   z-index: 1; }
95
96 SPAN.contactSelectorButtons
97 { vertical-align: top;
98   line-height: 2em; }
99
100 SPAN#cycleSelectionFirstLevel,
101 SPAN#cycleSelectionSecondLevel
102 { visibility: hidden;
103   margin-left: 1em; }
104
105 SPAN#cycleSelectionSecondLevel SPAN.timeDateControl
106 { position: static;
107   margin: 0px; }
108
109 SPAN#categoriesCB INPUT
110 { border: 2px solid #000;
111   vertical-align: middle;
112   -moz-border-top-colors: #000 #fff;
113   -moz-border-left-colors: #000 #fff; 
114   -moz-border-bottom-colors: #000 #fff;
115   -moz-border-right-colors: #000 #fff; }
116
117 SPAN#categoriesCB LABEL
118 { margin-left: 0px;
119   margin-right: 1em; }
120
121 SPAN.content > INPUT
122 { position: absolute;
123   top: 0px;
124   left: 0px;
125   right: 0px; }
126
127 LABEL#urlArea INPUT
128 { position: static; }
129
130 DIV.freeBusyView
131 { height: 22em;
132   overflow: auto; }
133
134 DIV#freeBusyFooter
135 { position: absolute;
136   left: .5em;
137   right: .5em;
138   height: 6em;
139   line-height: 2em;
140   text-align: right;
141   bottom: 0px; }
142
143 DIV#freeBusyButtons
144 { float: left;
145   text-align: center; }
146
147 DIV#freeBusyButtons A.button
148 { width: 5em; }
149
150 DIV#freeBusyReplicas LABEL
151 { line-height: 1.5em; }
152
153 DIV.legend UL
154 { cursor: default;
155   float: left;
156   width: 30%;
157   margin: 0px;
158   padding: 0px;
159   line-height: 1.5em;
160   list-style-type: none;
161   list-style-image: none; }
162
163 DIV.legend UL LI
164 { white-space: nowrap;
165   margin: 0px;
166   padding: 0px; }
167
168 DIV.legend UL IMG
169 { margin-right: .5em; }
170
171 DIV.legend UL LI SPAN.colorBox
172 { float: left;
173   margin-right: .5em; }