Changeset 525
- Timestamp:
- 09/14/06 04:24:39
- Files:
-
- qPloneTabs/trunk/HISTORY.txt (modified) (2 diffs)
- qPloneTabs/trunk/skins/qPloneTabs/qplonetabs.css.dtml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneTabs/trunk/HISTORY.txt
r524 r525 7 7 * fixed editing bug 8 8 9 * corrected some piece of css s9 * corrected some piece of css 10 10 11 11 * fully remade elements state css logic … … 19 19 * possibility to edit any number of items at the same time 20 20 21 * display url in right side near the tab name 21 * display url in right side near the tab name 22 22 23 23 * generated tabs functionality qPloneTabs/trunk/skins/qPloneTabs/qplonetabs.css.dtml
r524 r525 5 5 *************************************************************************************************** 6 6 * * 7 * There are two global self-exclud es classes: 'viewing' and 'sorting',*7 * There are two global self-excluding classes: 'viewing' and 'sorting', * 8 8 * one local class 'editing' for menu items which are expanded for editing, * 9 9 * and one more local class 'adding' for adding form when it's in open state. * … … 101 101 } 102 102 103 * html #app .delete { 104 margin-right:-4.7em; 105 } 106 103 107 #app ul.csshover li { 104 108 border: 1px &dtml-borderStyle; transparent; … … 168 172 169 173 #app input[type="text"] { 170 width: 96.8%;174 width: 99.5%; 171 175 } 172 176 … … 294 298 295 299 * html #app #addaction { 296 width:36.1 em;300 width:36.15em; 297 301 } 298 302 … … 308 312 309 313 #app #addaction.adding .field-action input { 310 margin-top:0.1em;314 margin-top:0.1em; 311 315 padding-right:9em; 312 width:2 6.5em;316 width:27em; 313 317 } 314 318 315 319 * html #app #addaction.adding .field-action input { 316 320 padding-right:0.5em; 317 width:96. 9%;321 width:96.8%; 318 322 margin-top:-0.05em; 319 323 } 320 324 325 #app #addaction .bridge { 326 left:-1.8em; 327 top:0em; 328 } 329 330 * html #app #addaction .bridge { 331 width:1.7em; 332 left:-2em; 333 } 334 321 335 322 336 /* </dtml-with> (do not remove this either :) */
