Changeset 97 for trunk/css


Ignore:
Timestamp:
Apr 16, 2006 4:43:29 AM (18 years ago)
Author:
scdev
Message:

moving pEdit styles into codebase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/codebase.inc.css

    r96 r97  
    4141    border-color: #f00;
    4242}
     43/* BEAU: How about a seperate class for the $fv->err() function to print?
     44At the moment it uses the above error definition, but we could use a "form error {" one too. */
    4345
    44 /* BEAU: How about a seperate class for the $fv->err() function to print? At the moment it uses the above error definition, but we could use a "form error {" one too. */
     46
     47/*_____________________ pEdit Forms ____________________*/
     48#sc-pedit-form input[type="text"], textarea {
     49    width: 100%;
     50}
     51#sc-pedit-form textarea {
     52    height: 30em;
     53}
     54
Note: See TracChangeset for help on using the changeset viewer.