From 9a0d804b5206a44065de999f20e70ba4b13852ea Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Tue, 22 Apr 2008 21:14:28 +0000 Subject: [PATCH] Fixed visual bug: DB-List - No Space Between Table and Field-Selector git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3617 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ typo3/stylesheet.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 813ad69e2fca..4ee7d57b308d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-22 Benjamin Mack + + * Fixed visual bug: DB-List - No Space Between Table and Field-Selector + 2008-04-22 Jeff Segars * Fixed bug #8159: Infinite loop when trying to install extension with constraints and configuration diff --git a/typo3/stylesheet.css b/typo3/stylesheet.css index bd0d15635dbf..5de0e01ae6bb 100755 --- a/typo3/stylesheet.css +++ b/typo3/stylesheet.css @@ -1819,6 +1819,10 @@ table.typo3-dblist tr td.col-clipboard { text-align: left; } +table#typo3-dblist-fieldSelect { + margin-top: 20px; +} + table.typo3-dblist-overview { width: 410px; margin-top: 10px; -- 2.20.1