Changeset 2726

Show
Ignore:
Timestamp:
10/16/06 02:06:54 (7 years ago)
Author:
qldrob
Message:

Fix my css-foo stuffup. Thanks, Greg.

Files:

Legend:

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

    r2697 r2726  
    374374  display:none; /* hide the information pane by default */ 
    375375  background: #eee; 
    376   height:6em; /* div.tabbertab height should be .5 less than this */ 
     376  height:6.5em; /* div.tabbertab height should be .5 less than this */ 
    377377} 
    378378#modulelist ul.tabbernav { 
     
    400400#modulelist div.tabbertab { 
    401401  margin-left:1.5em;  
    402   height:5.5em; /* This should be .5 less than div.moduleinfopain height */ 
     402  height:6em; /* This should be .5 less than div.moduleinfopain height */ 
    403403  overflow:auto; 
    404404}