Changeset 525

Show
Ignore:
Timestamp:
09/14/06 04:24:39
Author:
piv
Message:

corrected alignment text inputs + checkbox css

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneTabs/trunk/HISTORY.txt

    r524 r525  
    77  * fixed editing bug 
    88   
    9   * corrected some piece of csss 
     9  * corrected some piece of css 
    1010   
    1111  * fully remade elements state css logic 
     
    1919  * possibility to edit any number of items at the same time 
    2020   
    21   * display url in right side near the tab name  
     21  * display url in right side near the tab name 
    2222   
    2323  * generated tabs functionality 
  • qPloneTabs/trunk/skins/qPloneTabs/qplonetabs.css.dtml

    r524 r525  
    55*************************************************************************************************** 
    66*                                                                                                 * 
    7 *   There are two global self-excludes classes: 'viewing' and 'sorting',                          * 
     7*   There are two global self-excluding classes: 'viewing' and 'sorting',                         * 
    88*   one local class 'editing' for menu items which are expanded for editing,                      * 
    99*   and one more local class 'adding' for adding form when it's in open state.                    * 
     
    101101} 
    102102 
     103* html #app .delete { 
     104    margin-right:-4.7em; 
     105} 
     106 
    103107#app ul.csshover li { 
    104108    border: 1px &dtml-borderStyle; transparent; 
     
    168172 
    169173#app input[type="text"] { 
    170     width:96.8%; 
     174    width: 99.5%; 
    171175} 
    172176 
     
    294298 
    295299* html #app #addaction { 
    296     width:36.1em; 
     300    width:36.15em; 
    297301} 
    298302 
     
    308312 
    309313#app #addaction.adding .field-action input { 
    310         margin-top:0.1em;  
     314    margin-top:0.1em;  
    311315    padding-right:9em; 
    312     width:26.5em; 
     316    width:27em; 
    313317} 
    314318 
    315319* html #app #addaction.adding .field-action input { 
    316320    padding-right:0.5em; 
    317     width:96.9%; 
     321    width:96.8%; 
    318322    margin-top:-0.05em; 
    319323} 
    320324 
     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 
    321335 
    322336/* </dtml-with> (do not remove this either :) */