Project

General

Profile

Bug #22775 ยป 14553_v1.diff

Administrator Admin, 2010-05-31 15:28

View differences:

typo3/js/extjs/viewportConfiguration.js (Arbeitskopie)
renderTo: Ext.getBody(),
border: false,
items: [{
layout: 'absolute',
region: 'north',
id: 'typo3-topbar',
height: 42,
contentEl: 'typo3-top-container',
border: false
}, {
typo3/js/extjs/viewport.js (Arbeitskopie)
* @return void
*/
initComponent: function() {
// adjust the width of module menu
// adjust the width of module menu and the height of the topbar
this.initialConfig.items[0].height = TYPO3.configuration.topBarHeight;
this.initialConfig.items[1].width = TYPO3.configuration.moduleMenuWidth;
// call parent constructor
TYPO3.Viewport.superclass.initComponent.apply(this, arguments);
typo3/stylesheets/structure/topbar.css (Arbeitskopie)
$Id$
- - - - - - - - - - - - - - - - - - - - - */
#typo3-topbar {
height: 42px;
}
#typo3-logo {
float: left;
}
typo3/backend.php (Arbeitskopie)
'veriCode' => $GLOBALS['BE_USER']->veriCode(),
'denyFileTypes' => PHP_EXTENSIONS_DEFAULT,
'moduleMenuWidth' => $this->menuWidth - 1,
'topBarHeight' => (int) $GLOBALS['TBE_STYLES']['dims']['topFrameH'],
'showRefreshLoginPopup' => isset($GLOBALS['TYPO3_CONF_VARS']['BE']['showRefreshLoginPopup']) ? intval($GLOBALS['TYPO3_CONF_VARS']['BE']['showRefreshLoginPopup']) : FALSE,
);
$t3LLLcore = array(
typo3/sysext/t3skin/ext_tables.php (Arbeitskopie)
// Alternative dimensions for frameset sizes:
$TBE_STYLES['dims']['leftMenuFrameW'] = 190; // Left menu frame width
$TBE_STYLES['dims']['topFrameH'] = 45; // Top frame heigth
$TBE_STYLES['dims']['topFrameH'] = 42; // Top frame height
$TBE_STYLES['dims']['navFrameWidth'] = 280; // Default navigation frame width
// Setting roll-over background color for click menus:
typo3/sysext/t3skin/stylesheets/structure/topbar.css (Arbeitskopie)
- - - - - - - - - - - - - - - - - - - - - */
#typo3-topbar {
height: 42px;
z-index: 200;
}
    (1-1/1)