From 3c1cb10e7be9180ba1e064eac7b46a0159f92c54 Mon Sep 17 00:00:00 2001 From: Ingo Renner Date: Thu, 17 Jan 2008 12:28:57 +0000 Subject: [PATCH] fixed bug #7178: GUI of new backend is mixed up in IE6 git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2918 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 10 +++++++--- typo3/css/backend-style.css | 7 ++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 012d042b1ad9..e7a4a1f90ea4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-17 Ingo Renner + + * fixed bug #7178: GUI of new backend is mixed up in IE6 + 2008-01-16 Oliver Hader * (minor) Fixed bug: Missing try/catch for actionChecks in TBE_EDITOR @@ -305,9 +309,9 @@ 2007-11-24 Ingmar Schlecht * Feature #6770: Flexform DataStructure pointerFields: - * Implement option to use two ds_pointerFields so DataStructures can be switched by the combination of two field's values - * Enabled the new ds_pointerFields possibility for tt_content.pi_flexform, so you can specify DataStructures per (combination of) list_type and CType values - * Made css_styled_content register the DataStructures for the CType=table Content Element using the new ds_pointerFields instead of overriding the 'default' DS key + * Implement option to use two ds_pointerFields so DataStructures can be switched by the combination of two field's values + * Enabled the new ds_pointerFields possibility for tt_content.pi_flexform, so you can specify DataStructures per (combination of) list_type and CType values + * Made css_styled_content register the DataStructures for the CType=table Content Element using the new ds_pointerFields instead of overriding the 'default' DS key 2007-11-23 Ernesto Baschny diff --git a/typo3/css/backend-style.css b/typo3/css/backend-style.css index f18bb3c60f53..cca713c6ef9c 100644 --- a/typo3/css/backend-style.css +++ b/typo3/css/backend-style.css @@ -65,14 +65,19 @@ Description : styles the TYPO3 backend } .toolbar-item { - height: 23px; + display: block; padding-top: 2px; + padding-bottom: 9px; display: block; text-align: center; background-image: url(../gfx/toolbar_separator.png); background-repeat: no-repeat; } +.toolbar-item-menu { + top: 25px; +} + #typo3-toolbar .no-separator { background-image: none; } -- 2.20.1