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