Changeset 20 for trunk/css/admin.inc.css


Ignore:
Timestamp:
Nov 17, 2005 3:00:00 AM (19 years ago)
Author:
scdev
Message:

Tons of little updates and bugfixes. CSS updates to templates and core css files. File upload ability to module_maker. Remade Upload interface to use setParam/getParam.

File:
1 edited

Legend:

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

    r19 r20  
    4444/* The following are here in addition to in utilities.inc.css only because I want the font size 70%. Is there a more general way to do this? There currently are NO font-size specifications in utilities.inc.css or codebase.inc.css. That seems safest, but requires that they are redefined anyways (like here for eg). Have you figured out how to do font sizes correctly? */
    4545
     46/* Why does having a form change the presentation of the page? Don't do that. */
     47form
     48{
     49    margin: 0;
     50}
     51
    4652form label
    4753{
    4854    font-size: 70%;
    49     max-width: 20em;
     55    max-width: 25em;
    5056    /* BEAU: I added class="right" to the <TD> to make them align right as they were before. Do you know a better way? */
    5157    /*float: right;*/
     
    216222{
    217223    vertical-align: top;
    218     padding-right: 6px;
     224    padding: 8px 6px 0 0 ;
    219225}
    220226
Note: See TracChangeset for help on using the changeset viewer.