]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxAppointmentEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1294 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   line-height: 1.5em;
48   height: 1.5em;
49   margin-left: .5em;
50   margin-bottom: .5em;
51   width: 100%; }
52
53 LABEL#commentArea
54 { height: 15em; }
55
56 LABEL#commentArea textarea
57 { padding: 0;
58   margin: 0;
59   width: 380px;
60   height: 15em; }
61
62 SPAN.checkBoxList#participantsCB
63 { height: 7em; }
64
65 SPAN.checkBoxList#categoriesCB
66 { height: 3em; }
67
68 DIV#participants UL.contactList
69 { height: 4.5em; }
70
71 SPAN.checkBoxList SPAN.content LABEL
72 { display: inline; }
73
74 SPAN.content
75 { position: absolute;
76   top: -.25em;
77   left: 8em;
78   right: 1em; }
79
80 SPAN.content
81 { line-height: 2em; }
82
83 SPAN.content A
84 { line-height: 2em; }
85
86 TEXTAREA
87 { position: absolute;
88   top: 0px;
89   left: 8em;
90   vertical-align: bottom;
91   bottom: 1em;
92   right: 1em;
93   padding-bottom: 0em; }
94
95 SELECT#calendarList
96 { width: 17em; }
97
98 A#changeUrlButton
99 { margin-left: 1em; }
100
101 A#detailsButton
102 { position: absolute;
103   right: 1em;
104   z-index: 1; }
105
106 SPAN.contactSelectorButtons
107 { vertical-align: top;
108   line-height: 2em; }
109
110 SPAN#cycleSelectionFirstLevel,
111 SPAN#cycleSelectionSecondLevel
112 { visibility: hidden;
113   margin-left: 1em; }
114
115 SPAN#cycleSelectionSecondLevel SPAN.timeDateControl
116 { position: static;
117   margin: 0px; }
118
119 SPAN#categoriesCB INPUT
120 { border: 2px solid #000;
121   vertical-align: middle;
122   -moz-border-top-colors: #000 #fff;
123   -moz-border-left-colors: #000 #fff;
124   -moz-border-bottom-colors: #000 #fff;
125   -moz-border-right-colors: #000 #fff; }
126
127 SPAN#categoriesCB LABEL
128 { margin-left: 0px;
129   margin-right: 1em; }
130
131 SPAN#allDay > INPUT
132 { position: static; }
133
134 SPAN.content > INPUT
135 { position: absolute;
136   top: 0px;
137   left: 0px;
138   right: 0px; }
139
140 LABEL#urlArea INPUT
141 { position: static; }
142
143 A#attendeesHref
144 { color: #00f;
145   text-decoration: underline; }