Changeset 97


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

moving pEdit styles into codebase

Location:
trunk
Files:
2 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
  • trunk/lib/PEdit.inc.php

    r96 r97  
    211211            return false;
    212212        }
    213         ?>
    214         <style type="text/css" media="screen">
    215         /* <![CDATA[ */
    216             #sc-pedit-form input[type="text"], textarea {
    217                 width: 100%;
    218             }
    219             #sc-pedit-form textarea {
    220                 height: 30em;
    221             }
    222         /* ]]> */
    223         </style>
    224        
     213        ?>       
    225214        <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" id="sc-pedit-form">
    226215        <input type="hidden" name="filename" value="<?php echo $_SERVER['PHP_SELF']; ?>" />
Note: See TracChangeset for help on using the changeset viewer.