From f5b353f5ddef3724cffdea30dc68d49b94b77316 Mon Sep 17 00:00:00 2001 From: Gianluigi Martino <gmartino27@gmail.com> Date: Thu, 24 Dec 2015 10:35:43 +0100 Subject: [PATCH] [TASK] Adjust checkbox position in Extension Manager for dependency checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The checkbox position in the dependencies message was incorrect and has been corrected. Change-Id: I0eae9fa34814ba0bf0a31193d036c77a056f45e0 Resolves: #71396 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/45434 Reviewed-by: Michael Oehlhof <typo3@oehlhof.de> Tested-by: Michael Oehlhof <typo3@oehlhof.de> Reviewed-by: Daniel Goerz <ervaude@gmail.com> Reviewed-by: Frank Nägler <frank.naegler@typo3.org> Tested-by: Daniel Goerz <ervaude@gmail.com> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- .../Public/Less/TYPO3/structure/_element_wizard.less | 9 +-------- typo3/sysext/t3skin/Resources/Public/Css/backend.css | 4 ---- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/Build/Resources/Public/Less/TYPO3/structure/_element_wizard.less b/Build/Resources/Public/Less/TYPO3/structure/_element_wizard.less index bde69e454fe2..650bfcb1b201 100644 --- a/Build/Resources/Public/Less/TYPO3/structure/_element_wizard.less +++ b/Build/Resources/Public/Less/TYPO3/structure/_element_wizard.less @@ -6,11 +6,4 @@ input.c-inputButton, img.c-inputButton { margin-right: 2px; vertical-align: middle; -} - -.media { - input[type="radio"], - input[type="checkbox"] { - margin: 4px 0 0 1px; - } -} +} \ No newline at end of file diff --git a/typo3/sysext/t3skin/Resources/Public/Css/backend.css b/typo3/sysext/t3skin/Resources/Public/Css/backend.css index 7cf29e1be5a7..9a1569bbd714 100644 --- a/typo3/sysext/t3skin/Resources/Public/Css/backend.css +++ b/typo3/sysext/t3skin/Resources/Public/Css/backend.css @@ -13803,10 +13803,6 @@ img.c-inputButton { margin-right: 2px; vertical-align: middle; } -.media input[type="radio"], -.media input[type="checkbox"] { - margin: 4px 0 0 1px; -} table.typo3-dblist tr.c-table-row-spacer td { display: none; } -- GitLab