Ignore:
Timestamp:
Mar 18, 2010, 12:08:53 PM (14 years ago)
Author:
plg
Message:

make the fieldset labels easier to read (no italic, increased letter spacing,
bold)

make the fiedset border softer

photos_add 2 screens comply with the fieldset system instead of specific
formField divs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r5170 r5174  
    518518}
    519519
    520 .formField {
     520#photosAddContent FIELDSET {
    521521  width:650px;
    522522  margin:0 auto 20px auto;
    523   padding:10px;
    524   border: 2px solid #292929;
    525 }
    526 
    527 .formFieldTitle {
    528   font-weight:bold;
    529   margin-bottom:10px;
    530 }
    531 
    532 .formField P {
     523}
     524
     525#photosAddContent P {
    533526  margin:0;
    534527}
    535528
    536 .formField TH {
     529#photosAddContent TH {
    537530  text-align:right;
    538531  padding-right: 5px;
     
    548541
    549542#pwgHead {
    550   background-color:#464646;
     543  background-color:#222;
    551544  height:46px;
    552545}
Note: See TracChangeset for help on using the changeset viewer.