Index: typo3/stylesheet.css =================================================================== --- typo3/stylesheet.css (revision 3238) +++ typo3/stylesheet.css (working copy) @@ -376,13 +376,13 @@ } div#typo3-docheader-row1 { height: 22px; background: #cbc7c3; } -div#typo3-docheader-row2 { background: #e4e0db; height: 27px; line-height: 27px; border-bottom: 1px solid #000; } +div#typo3-docheader-row2 { background: #e4e0db; padding-top: 6px; height: 21px; line-height: 27px; border-bottom: 1px solid #000; } div#typo3-docheader div.buttonsleft { margin: 0 0 0 3px; line-height: 16px; float: left; } div#typo3-docheader div.buttonsright { margin: 0 3px 0 0; line-height: 16px; float: right; } div#typo3-docheader img, div#typo3-docheader input { margin: 2px 3px 0; vertical-align: top; } div#typo3-docheader img.typo3-csh-icon { margin: 2px 2px 0 2px; } -div#typo3-docheader-row2 img { vertical-align: top !important; margin-top: 5px !important; } -div#typo3-docheader-row2 div { vertical-align: baseline } +div#typo3-docheader-row2 img { margin-top: -1px !important; } +div#typo3-docheader-row2 div { line-height: normal; } div#typo3-docheader select { margin: 1px 0 0; } div#typo3-docheader div.pagepath { margin-left: 6px; float: left; } div#typo3-docheader div.infooptions { margin-right: 6px; float: right; } Index: typo3/css/backend-style.css =================================================================== --- typo3/css/backend-style.css (revision 3238) +++ typo3/css/backend-style.css (working copy) @@ -97,6 +97,7 @@ #username span { padding-right: 4px; + vertical-align: bottom; } Index: typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css =================================================================== --- typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css (revision 3238) +++ typo3/sysext/t3skin/stylesheets/typo3-TCEforms.css (working copy) @@ -8,8 +8,6 @@ } div#typo3-docheader-row2 { background: #f3f3f9; - height: 27px; - line-height: 27px; border-bottom: 2px solid #595d66; }