Changeset 551

Show
Ignore:
Timestamp:
07/27/05 14:52:56 (7 years ago)
Author:
rcourtna
Message:

change stylesheet so that padding isn't used on left/right menu items - this should solve the prob where extensions, etc run off the bottom of the page

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/AMP/amp_conf/htdocs/admin/common/mainstyle.css

    r44 r551  
    9999    border-left: 1px solid #2E78A7; 
    100100    border-bottom: 1px solid #2E78A7; 
    101     padding:5px; 
     101    padding-left:5px; 
     102    padding-right:5px; 
    102103} 
    103104 
     
    119120    border-left: 1px solid #2E78A7; 
    120121    border-bottom: 1px solid #2E78A7; 
    121     padding:5px; 
     122    padding-left:5px; 
     123    padding-right:5px; 
    122124} 
    123125