From e00ddd21644c0a3994c56f3870dfebc1573c540a Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Wed, 19 Mar 2008 23:27:15 +0000 Subject: [PATCH] Fixed bug #7892: Unify User setup layout (Thanks to Steffen Kamper) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3459 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ typo3/stylesheet.css | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c5616a908a0..36d0af02ca17 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-20 Benjamin Mack + + * Fixed bug #7892: Unify User setup layout (Thanks to Steffen Kamper) + 2008-03-18 Ingo Renner * Fixed bug #7307: Move 'Open Documents' to Header in the BE diff --git a/typo3/stylesheet.css b/typo3/stylesheet.css index b0b1538be642..6bb3cbc9426e 100755 --- a/typo3/stylesheet.css +++ b/typo3/stylesheet.css @@ -587,12 +587,13 @@ User settings - - - - - - - - - - - - - - - - - - - - - */ -table#typo3-userSettings td.td-label { +table#typo3-userSettings td { width: 300px; } table#typo3-userSettings td.td-label-right { padding-left: 30px; + width: 50px; } -- 2.20.1