From 74c75c85c2e03d1f3e4426a9e2b9c51d4c375091 Mon Sep 17 00:00:00 2001 From: Ingo Renner Date: Mon, 21 Jan 2008 14:57:23 +0000 Subject: [PATCH] now the module menu in backend.php is as wide as in alt_main.php git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@2942 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/css/backend-scaffolding.css | 4 ++-- typo3/css/modulemenu.css | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index a25d209f23cf..99ad67d8278b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2008-01-21 Ingo Renner * fixed tab borders in TCEforms + * now the module menu in backend.php is as wide as in alt_main.php 2008-01-20 Thomas Hempel diff --git a/typo3/css/backend-scaffolding.css b/typo3/css/backend-scaffolding.css index 2843b99d265b..12fdb58c7458 100644 --- a/typo3/css/backend-scaffolding.css +++ b/typo3/css/backend-scaffolding.css @@ -29,7 +29,7 @@ body#typo3-backend-php { #typo3-logo, #typo3-side-menu { float: left; - width: 130px; + width: 140px; } #typo3-top-container { @@ -43,7 +43,7 @@ body#typo3-backend-php { #typo3-top, #typo3-content { - margin-left: 130px; + margin-left: 140px; } #typo3-side-menu { diff --git a/typo3/css/modulemenu.css b/typo3/css/modulemenu.css index 6b9366e1c2f5..a0e46bc3a6b0 100644 --- a/typo3/css/modulemenu.css +++ b/typo3/css/modulemenu.css @@ -41,7 +41,7 @@ TYPO3 backend menu - vertical height: 14px; padding: 1px; vertical-align: middle; - width: 105px; + width: 118px; /* considering scrollbars this is the most we can take */ margin: 3px 0px 3px; } #typo3-menu li div img { @@ -50,7 +50,7 @@ TYPO3 backend menu - vertical } #typo3-menu li ul li { font-weight: normal; - width: 105px; + width: 118px; padding: 1px 0px 2px 2px; margin-left: 1px; cursor: pointer; -- 2.20.1