]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAppointmentEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1209 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#eventView
9 { overflow: hidden;
10   padding: .5em; }
11
12 DIV.appointmentRightLabel
13 { display: inline;
14   vertical-align: middle; }
15
16 UL.contactList
17 { display: block;
18   cursor: default;
19   list-style-type: none;
20   list-style-image: none;
21   margin: 0px;
22   padding: 0px;
23   background: #fff;
24   border: 1px solid #000;
25   width: 15em;
26   height: 5em;
27   overflow: auto; }
28
29 UL.contactList LI IMG
30 { vertical-align: middle; }
31
32 UL.contactList LI
33 { width: 100%;
34   white-space: nowrap;
35   vertical-align: middle; }
36
37 UL.contactList LI._selected
38 { background: #4b6983;
39   color: #fff; }
40
41 DIV.contactSelector
42 { margin: 0px; }
43
44 LABEL, SPAN.checkBoxList
45 { display: block;
46   position: relative;
47   height: 1.5em;
48   margin-left: .5em;
49   margin-bottom: .5em;
50   width: 100%; }
51
52 LABEL#commentArea
53 { height: 15em; }
54
55 LABEL#commentArea textarea
56 { padding: 0;
57   margin: 0;
58   width: 380px;
59   height: 15em; }
60
61 SPAN.checkBoxList#participantsCB
62 { height: 7em; }
63
64 SPAN.checkBoxList#categoriesCB
65 { height: 3em; }
66
67 DIV#participants UL.contactList
68 { height: 4.5em; }
69
70 SPAN.checkBoxList SPAN.content LABEL
71 { display: inline; }
72
73 SPAN.content
74 { position: absolute;
75   top: -.25em;
76   left: 8em;
77   right: 1em; }
78
79 TEXTAREA
80 { position: absolute;
81   top: 0px;
82   left: 8em;
83   vertical-align: bottom;
84   bottom: 1em;
85   right: 1em;
86   padding-bottom: 0em; }
87
88 SELECT#calendarList
89 { width: 7em; }
90
91 A#changeUrlButton
92 { margin-left: 1em; }
93
94 A#detailsButton
95 { position: absolute;
96   right: 1em;
97   z-index: 1; }
98
99 SPAN.contactSelectorButtons
100 { vertical-align: top;
101   line-height: 2em; }
102
103 SPAN#cycleSelectionFirstLevel,
104 SPAN#cycleSelectionSecondLevel
105 { visibility: hidden;
106   margin-left: 1em; }
107
108 SPAN#cycleSelectionSecondLevel SPAN.timeDateControl
109 { position: static;
110   margin: 0px; }
111
112 SPAN#categoriesCB INPUT
113 { border: 2px solid #000;
114   vertical-align: middle;
115   -moz-border-top-colors: #000 #fff;
116   -moz-border-left-colors: #000 #fff;
117   -moz-border-bottom-colors: #000 #fff;
118   -moz-border-right-colors: #000 #fff; }
119
120 SPAN#categoriesCB LABEL
121 { margin-left: 0px;
122   margin-right: 1em; }
123
124 SPAN#allDay > INPUT
125 { position: static; }
126
127 SPAN.content > INPUT
128 { position: absolute;
129   top: 0px;
130   left: 0px;
131   right: 0px; }
132
133 LABEL#urlArea INPUT
134 { position: static; }
135
136 A#attendeesHref
137 { color: #00f;
138   text-decoration: underline; }