Changeset 174

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

fixed dumb mistake:
the select element is never in a div element with the class "field", so the style was never applyed

Files:

Legend:

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

    r173 r174  
    2020        form .field input, 
    2121        form .field textarea, 
    22         form .field select    { background: white; border-width: 1px;} 
     22        form .row select      { background: white; border-width: 1px;}