]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxTaskEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1039 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 A#changeUrlButton
65 { margin-left: 1em; }
66
67 A#detailsButton
68 { position: absolute;
69   right: 1em;
70   z-index: 1; }
71
72 SPAN.contactSelectorButtons
73 { vertical-align: top;
74   line-height: 2em; }
75
76 SPAN#cycleSelectionFirstLevel,
77 SPAN#cycleSelectionSecondLevel
78 { visibility: hidden;
79   margin-left: 1em; }
80
81 SPAN#cycleSelectionSecondLevel SPAN.timeDateControl
82 { position: static;
83   margin: 0px; }
84
85 SPAN#categoriesCB INPUT
86 { border: 2px solid #000;
87   vertical-align: middle;
88   -moz-border-top-colors: #000 #fff;
89   -moz-border-left-colors: #000 #fff;
90   -moz-border-bottom-colors: #000 #fff;
91   -moz-border-right-colors: #000 #fff; }
92
93 SPAN#categoriesCB LABEL
94 { margin-left: 0px;
95   margin-right: 1em; }
96
97 SPAN#allDay > INPUT
98 { position: static; }
99
100 SPAN.content > INPUT
101 { position: absolute;
102   top: 0px;
103   left: 0px;
104   right: 0px; }
105
106 INPUT#startDateCB,
107 INPUT#dueDateCB,
108 INPUT#statusPercent,
109 LABEL#urlArea INPUT
110 { position: static; }
111
112 INPUT#statusPercent
113 { width: 2em; }
114
115 INPUT#statusTime_date
116 { width: 5em; }