source: products/qPloneTabs/tags/0.1/skins/qPloneTabs/qplonetabs.css.dtml @ 2111

Last change on this file since 2111 was 1, checked in by myroslav, 19 years ago

Building directory structure

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