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