From fcdfd8fd267852b6cea7cee2606c5415e0729313 Mon Sep 17 00:00:00 2001 From: Steffen Kamper Date: Thu, 17 Sep 2009 23:37:17 +0000 Subject: [PATCH] Cleanup #11991: Cleanup TCEforms suggest CSS git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5969 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + typo3/stylesheet.css | 46 +++++++++++++++++++++++++++----------------- 2 files changed, 29 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8dfe5aa54215..1ff61668d803 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2009-09-17 Steffen Kamper + * Cleanup #11991: Cleanup TCEforms suggest CSS * Fixed bug #11396: redirects not working for felogin on pages with access set * Follow-up to bug #11985: corrected calls loadScriptaculous() in tceforms diff --git a/typo3/stylesheet.css b/typo3/stylesheet.css index 9ff8eb5842c6..c544701eb4f7 100644 --- a/typo3/stylesheet.css +++ b/typo3/stylesheet.css @@ -1180,36 +1180,46 @@ div.typo3-TCEforms-suggest-choices { background-color: white; border: 1px solid #888; } -div.typo3-TCEforms-suggest-choices UL { - list-style-type:none; + +div.typo3-TCEforms-suggest-choices ul { + list-style-type: none; margin: 0; padding: 0; } -div.typo3-TCEforms-suggest-choices LI.selected { background-color: #ffb !important;} -div.typo3-TCEforms-suggest-choices LI { - list-style-type:none; - display:block; - margin:0; - padding:4px 2px 4px 24px; - cursor:pointer; - background-color:#EFEFF4; - background-repeat:no-repeat; - background-position:4px center; -} -div.typo3-TCEforms-suggest-choices LI.suggest-noresults { + +div.typo3-TCEforms-suggest-choices li.selected { + background-color: #ffb !important; +} + +div.typo3-TCEforms-suggest-choices li { + list-style-type: none; + display: block; + margin: 0; + padding: 4px 2px 4px 24px; + cursor: pointer; + background-color: #EFEFF4; + background-repeat: no-repeat; + background-position: 4px center; +} + +div.typo3-TCEforms-suggest-choices li.suggest-noresults { height: auto; } -div.typo3-TCEforms-suggest-choices LI.pages { + +div.typo3-TCEforms-suggest-choices li.pages { background-color:#FCC; } -div.typo3-TCEforms-suggest-choices SPAN.suggest-label { + +div.typo3-TCEforms-suggest-choices span.suggest-label { font-weight:bold; } -div.typo3-TCEforms-suggest-choices SPAN.suggest-uid { + +div.typo3-TCEforms-suggest-choices span.suggest-uid { font-size:0.9em; margin-left:0.3em; } -div.typo3-TCEforms-suggest-choices SPAN.suggest-path { + +div.typo3-TCEforms-suggest-choices span.suggest-path { font-size:0.9em; margin-top:0.3em; } -- 2.20.1