Changeset 2726
- Timestamp:
- 10/16/06 02:06:54 (7 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/common/mainstyle.css
r2697 r2726 374 374 display:none; /* hide the information pane by default */ 375 375 background: #eee; 376 height:6 em; /* div.tabbertab height should be .5 less than this */376 height:6.5em; /* div.tabbertab height should be .5 less than this */ 377 377 } 378 378 #modulelist ul.tabbernav { … … 400 400 #modulelist div.tabbertab { 401 401 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 */ 403 403 overflow:auto; 404 404 }
