Changeset 5960


Ignore:
Timestamp:
01/24/12 23:44:08 (4 months ago)
Author:
vain
Message:
  • removed float left from formline label, this makes problems with wysiwyg editors (they are moved left, after resizing the editor spans/divs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/core/css/form.css

    r5956 r5960  
    1515    /* not .form fieldset */ 
    1616    #forms fieldset { 
    17         background-color: #ffffff; /*#FAFAFA;*/    
     17        background-color: #ffffff; /*#FAFAFA;*/ 
    1818        border: 1px solid #AAA; 
    1919        display: block; 
    2020        margin: 0 0 1em; 
    21         padding: 0.5em;         
     21        padding: 0.5em; 
    2222        -moz-border-radius: 8px 8px 8px 8px; 
    2323        /* Uncomment this for a Firefox CSS3 Bug 
     
    5656 
    5757    .form .formline label { 
    58         float:left; 
    59         min-width:150px; 
     58        vertical-align: top; 
     59        min-width: 150px; 
     60        display: inline-block; 
    6061    } 
    6162 
     
    8081 
    8182    .form .formline textarea { 
    82         width:100%; 
     83        width:66%; 
    8384    } 
    8485 
Note: See TracChangeset for help on using the changeset viewer.