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