]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxTaskEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1085 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxTaskEditor.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 LABEL, SPAN.checkBoxList
27 { display: block;
28   position: relative;
29   height: 1.5em;
30   margin-left: .5em;
31   margin-bottom: .5em;
32   width: 100%; }
33
34 LABEL#commentArea
35 { height: 15em; }
36
37 SPAN.checkBoxList#participantsCB
38 { height: 7em; }
39
40 SPAN.checkBoxList#categoriesCB
41 { height: 3em; }
42
43 DIV#participants UL.contactList
44 { height: 4.5em; }
45
46 SPAN.checkBoxList SPAN.content LABEL
47 { display: inline; }
48
49 SPAN.content
50 { position: absolute;
51   top: -.25em;
52   left: 6em;
53   right: 1em; }
54
55 TEXTAREA
56 { position: absolute;
57   top: 0px;
58   left: 6em;
59   vertical-align: bottom;
60   bottom: 1em;
61   right: 1em;
62   padding-bottom: 0em; }
63
64 SELECT#calendarList
65 { width: 7em; }
66
67 A#changeUrlButton
68 { margin-left: 1em; }
69
70 A#detailsButton
71 { position: absolute;
72   right: 1em;
73   z-index: 1; }
74
75 SPAN.contactSelectorButtons
76 { vertical-align: top;
77   line-height: 2em; }
78
79 SPAN#cycleSelectionFirstLevel,
80 SPAN#cycleSelectionSecondLevel
81 { visibility: hidden;
82   margin-left: 1em; }
83
84 SPAN#cycleSelectionSecondLevel SPAN.timeDateControl
85 { position: static;
86   margin: 0px; }
87
88 SPAN#categoriesCB INPUT
89 { border: 2px solid #000;
90   vertical-align: middle;
91   -moz-border-top-colors: #000 #fff;
92   -moz-border-left-colors: #000 #fff;
93   -moz-border-bottom-colors: #000 #fff;
94   -moz-border-right-colors: #000 #fff; }
95
96 SPAN#categoriesCB LABEL
97 { margin-left: 0px;
98   margin-right: 1em; }
99
100 SPAN#allDay > INPUT
101 { position: static; }
102
103 SPAN.content > INPUT
104 { position: absolute;
105   top: 0px;
106   left: 0px;
107   right: 0px; }
108
109 INPUT#startDateCB,
110 INPUT#dueDateCB,
111 INPUT#statusPercent,
112 LABEL#urlArea INPUT
113 { position: static; }
114
115 INPUT#statusPercent
116 { width: 2em; }
117
118 INPUT#statusTime_date
119 { width: 5em; }