Changeset 308 for branches/1.1dev/css


Ignore:
Timestamp:
Jan 30, 2008 9:33:49 AM (16 years ago)
Author:
quinn
Message:

General bug fixes. Backported email checking regex from codebase 2.1.2. Some css mods.

Location:
branches/1.1dev/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/css/admin.inc.css

    r289 r308  
    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 form label
     46form label,
     47form legend
    4748{
    4849    font-size: 70%;
     
    5051    /* BEAU: I added class="right" to the <TD> to make them align right as they were before. Do you know a better way? */
    5152    /*float: right;*/
     53}
     54form fieldset
     55{
     56    border: 1px solid #ddd;
     57    margin: 0;
     58    padding: 0.5em 0 0.5em 0.5em;
    5259}
    5360form .formtext label
  • branches/1.1dev/css/utilities.inc.css

    r306 r308  
    171171    font-weight: normal;
    172172}
     173
     174.normal { font-weight: normal; }
Note: See TracChangeset for help on using the changeset viewer.