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 bce65c4c1f3f408188dd06d30c89865f5fc95e23..22b54c25a372dbbc7fb9ff4cfcae8c0472a35f8a 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 8280bc42f66792b99ad92f05f308fde2c46bddff..b4c626ae50a4c2a04b80ed756b60ef01158507e1 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 c62ebaa401543c72e9e196cd7f2fc15499ead30d..6f4e2992dd8aa05c69796d1ea27275f318a86220 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;