Changeset 97 for trunk/lib/PEdit.inc.php


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/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.