Changeset 173

Show
Ignore:
Timestamp:
06/15/06 12:19:19 (3 years ago)
Author:
d.reszka
Message:

changed form .row to form .field, because styling of borders should not be applyed to input elements like checkboxes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/addons/forms/base.css

    r172 r173  
    1818 
    1919/*BORDERS AND COLORS*/ 
    20         form .row input, 
    21         form .row textarea, 
    22         form .row select      { background: white; border-width: 1px;} 
     20        form .field input, 
     21        form .field textarea, 
     22        form .field select    { background: white; border-width: 1px;}