source: products/qPloneTabs/tags/0.2.1/skins/qPloneTabs/qplonetabs.css.dtml @ 1591

Last change on this file since 1591 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 4.8 KB
Line 
1/* <dtml-with base_properties> (do not remove this :) */
2/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */
3
4<dtml-var collapsible.css missing >
5
6#app ul.csshover          .delete {display: none;}
7#app.viewing ul.csshover li:hover .delete,
8#app.viewing ul.csshover li.hover .delete {display: inline;}
9
10#app.viewing .reorder-controls,
11#app.sorting .sort-controls,
12#app.editing li.current .editform,
13#app.adding  .message-error,
14#app.adding  .field-name dt,
15#app.adding  .field-action,
16#app.adding  .field-action label,
17#app.adding  .advanced,
18#app.adding  .field-id,
19#app.adding  .field-condition,
20#app.adding  .add-controls    {display: block;}
21
22             .reorder-controls,
23             .sort-controls,
24#app.editing li.current span,
25             .drag-handle,
26#app.sorting .delete,
27#app.adding  .delete,
28             .editform,
29#app.sorting #addaction,
30#app.editing #addaction,
31             #addaction legend,
32             .message-error,
33             .field-name dt,
34             .field-action,
35             .advanced,
36             .field-id,
37             .field-condition,
38             .add-controls    {display: none;}
39
40#app.sorting .drag-handle     {display: inline;}
41
42             #busy {display: none;}
43#app.working #busy {display: inline;}
44#app.sorting #tabslist img.drag-handle {cursor: move;}
45
46/*#app.adding .validation-error {border: 1px solid red;}*/
47
48/*common***************************************************/
49
50div.reorder-controls,
51div.sort-controls {
52    float:left;
53}
54
55.drag-handle {
56    float:left;
57    margin:0.5em 0.5em 0 0;
58}
59
60#app ul {
61  list-style-type: none;
62    list-style-image: none;
63    margin:2.5em 0 0 0;
64}
65
66#app .delete {
67  background: url(&dtml-portal_url;/trash.gif) 12px 50% no-repeat;
68    float:right;
69    padding: 0 0 0 25px;
70    line-height:1.8em;
71    font-size:80%;
72    border:0;   
73    position:relative;
74    margin-right:-6.3em;
75    color: &dtml-linkColor; !important;
76}
77
78#app ul.csshover li {
79  border: 1px &dtml-borderStyle; transparent;
80    border-right:0;
81    padding: 0 0.5em;
82    margin: 0.1em 0;
83    width:35em;
84    margin-right:6.5em;
85    line-height:1.5em;
86    clear:left;
87}
88
89* html #app ul.csshover li {
90    border-color:white;
91}
92
93#app ul.csshover li span {
94    display:block;
95}
96
97#app ul.csshover li.current {
98    padding:0;
99    margin: 0;
100    width:36em;
101}
102
103#app li.current form {
104    margin:-0.1em;
105}
106
107* html #app li.current form {
108    margin: -0.2em 0 0 0;
109}
110
111#app fieldset {
112    margin:0;
113    padding:0;
114    border:0;
115}
116
117#app dl {
118    margin:0;
119}
120
121#app dl label {
122    display:none;
123}
124
125#app dl dl label {
126    display:block;
127}
128
129#app dd {
130    margin:0;
131}
132
133#app dd dl {
134    margin:0.5em 0;
135}
136
137#app legend {
138    padding:0 0.5em;
139    top:-1px;
140    color: &dtml-globalFontColor;;
141  float:left;
142    display:none;
143}
144
145#app input {
146    width:96.8%;
147    padding:0.17em 0.5em;
148}
149
150#app input:focus {
151    border:  1px inset threedface !important;
152}
153
154* html #app input {
155    width:97.3%;
156    padding: 0.1em 0.4em;
157}
158
159#app form div {
160    line-height:1.4em;
161    margin-top:0.1em;
162    min-height:1.6em;
163}
164
165* html #app form div {
166    margin-top:-0.2em;
167    position:relative;
168    height:1%;
169}
170
171#app div input {
172    width:auto;
173    padding: 0.05em 0.5em;
174    float:left;
175    margin:0 0.1em 0 0;
176}
177
178* html #app div input {
179    padding: 0 0.3em;
180}
181
182div.field { margin-top:2em; }
183
184/*hover***************************************************/
185
186#app.viewing ul.csshover li:hover,
187#app.viewing ul.csshover li.hover {
188  background-color: #FFFFDD;
189    border:  1px inset threedface;
190  cursor: text;
191}
192
193/*edit*****************************************************/
194
195#app dl.collapsible {
196    margin-top:0.15em;
197    position:relative;
198    padding:0;
199    border:0 !important;
200    height:auto;
201    line-height:1em;
202}
203
204#app dl.collapsible dt.collapsibleHeader {
205    font-weight:normal;
206    position:absolute;
207    padding-right:0.5em;
208    display:block;
209    margin:0;
210    top:0;
211    right:0;
212    color: &dtml-globalFontColor;;
213    line-height:2em;
214    background-color:transparent;
215}
216
217#app dl.collapsible dd.collapsibleContent {
218    padding:1em 1.5em 0 1.5em;
219    border:0;
220    background-color:&dtml-globalBackgroundColor;;
221}
222
223#app dl.advanced {
224    clear: both;
225}
226
227/****************************************************************/
228
229#app #addaction {
230    width:36.2em;
231    position:relative;
232}
233
234* html #app #addaction {
235    width:36.1em;
236}
237
238#app.adding .field-action label {
239    position:absolute;
240    line-height:2.1em;
241    font-size:80%;
242    color: &dtml-globalBorderColor;;
243    right:0.5em;
244    font-weight:normal;
245    background-color:transparent;
246}
247
248#app.adding .field-action input {
249        margin-top:0.1em;
250    padding-right:9em;
251    width:26.5em;
252}
253
254* html #app.adding .field-action input {
255    padding-right:0.5em;
256    width:96.9%;
257    margin-top:-0.05em;
258}
259
260
261/* </dtml-with> (do not remove this either :) */
Note: See TracBrowser for help on using the repository browser.