Changeset 390

Show
Ignore:
Timestamp:
04/22/07 02:28:47 (1 year ago)
Author:
jlong
Message:

mental: fixed problem with certain browsers thinking that the fieldset tables were too wide (closes #494) [Chris Parish]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mental/radiant/public/stylesheets/admin/main.css

    r389 r390  
    277277  padding-top: 15px; 
    278278  padding-bottom: 10px; 
     279  width:100%; 
    279280} 
    280281#content .form-area h3 { 
     
    296297#content .form-area .title { 
    297298  margin-bottom: 0; 
     299  width:100%; 
    298300} 
    299301#content .form-area .title label { 
     
    313315  clear: both; 
    314316  margin-top: 1em; 
    315 
    316 #content .form-area .row p, 
    317 #content .form-area .row .fieldset
     317  width: 100%; 
     318
     319#content .form-area .row p
    318320  float: left; 
    319321  margin-right: 2em;