From b3b3db7c0ca07ca7ec3aaa68bebabd3b1be5e9d6 Mon Sep 17 00:00:00 2001
From: Wouter Wolters <typo3@wouterwolters.nl>
Date: Sun, 23 Nov 2014 14:16:14 +0100
Subject: [PATCH] [BUGFIX] Module Icons in be_groups ACL are too big

Resolves: #63154
Releases: master
Change-Id: Iac60dfb271e68d5fa3912412f007be9db9d840b5
Reviewed-on: http://review.typo3.org/34478
Reviewed-by: Mathias Schreiber <mathias.schreiber@wmdb.de>
Tested-by: Mathias Schreiber <mathias.schreiber@wmdb.de>
Reviewed-by: Benjamin Mack <benni@typo3.org>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Helmut Hummel <helmut.hummel@typo3.org>
Tested-by: Helmut Hummel <helmut.hummel@typo3.org>
---
 .../t3skin/Resources/Private/Styles/TYPO3/_element_tceforms.less | 1 +
 typo3/sysext/t3skin/Resources/Private/Styles/t3skin.less         | 1 -
 typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css       | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_element_tceforms.less b/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_element_tceforms.less
index bce65c4c1f3f..22b54c25a372 100644
--- a/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_element_tceforms.less
+++ b/typo3/sysext/t3skin/Resources/Private/Styles/TYPO3/_element_tceforms.less
@@ -208,6 +208,7 @@ select option.c-divider {
 
 .typo3-TCEforms table.typo3-TCEforms-select-checkbox tr td.c-labelCell img {
 	margin-right: 5px;
+	width: 16px;
 }
 
 .typo3-TCEforms table.typo3-TCEforms-select-checkbox td.c-descr {
diff --git a/typo3/sysext/t3skin/Resources/Private/Styles/t3skin.less b/typo3/sysext/t3skin/Resources/Private/Styles/t3skin.less
index 8280bc42f667..b4c626ae50a4 100644
--- a/typo3/sysext/t3skin/Resources/Private/Styles/t3skin.less
+++ b/typo3/sysext/t3skin/Resources/Private/Styles/t3skin.less
@@ -122,7 +122,6 @@
 @import "TYPO3/_module_web_new_element.less";
 
 @import "TYPO3/structure/_element_move_element.less";
-@import "TYPO3/structure/_element_recent_edited.less";
 @import "TYPO3/structure/_element_version.less";
 @import "TYPO3/structure/_element_wizard.less";
 @import "TYPO3/structure/_module_file_list.less";
diff --git a/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css b/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css
index c62ebaa40154..6f4e2992dd8a 100644
--- a/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css
+++ b/typo3/sysext/t3skin/Resources/Public/Css/visual/t3skin.css
@@ -9370,6 +9370,7 @@ select option.c-divider {
 }
 .typo3-TCEforms table.typo3-TCEforms-select-checkbox tr td.c-labelCell img {
   margin-right: 5px;
+  width: 16px;
 }
 .typo3-TCEforms table.typo3-TCEforms-select-checkbox td.c-descr {
   width: 40px;
-- 
GitLab