From 613b15bc1fc651155db0f81bdf439fbdcdeb0b4d Mon Sep 17 00:00:00 2001 From: Georg Ringer <georg.ringer@gmail.com> Date: Mon, 24 Nov 2014 11:53:02 +0100 Subject: [PATCH] [TASK] Remove padding in scheduler Resolves: #63256 Releases: master Change-Id: Iafeb2ead85b346026cd86cdbec297e75539a5e53 Reviewed-on: http://review.typo3.org/34538 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Georg Ringer <georg.ringer@gmail.com> Tested-by: Georg Ringer <georg.ringer@gmail.com> --- typo3/sysext/scheduler/Resources/Private/Styles/styles.less | 4 ---- typo3/sysext/scheduler/Resources/Public/Styles/styles.css | 3 --- 2 files changed, 7 deletions(-) diff --git a/typo3/sysext/scheduler/Resources/Private/Styles/styles.less b/typo3/sysext/scheduler/Resources/Private/Styles/styles.less index cf9813964ed6..691265779b5e 100644 --- a/typo3/sysext/scheduler/Resources/Private/Styles/styles.less +++ b/typo3/sysext/scheduler/Resources/Private/Styles/styles.less @@ -32,10 +32,6 @@ Scheduler } } - #typo3-inner-docbody { - padding-right: 10px; - } - .late { color: #f00; font-weight: bold; diff --git a/typo3/sysext/scheduler/Resources/Public/Styles/styles.css b/typo3/sysext/scheduler/Resources/Public/Styles/styles.css index 075d0d3ce8e0..09df531b4c56 100644 --- a/typo3/sysext/scheduler/Resources/Public/Styles/styles.css +++ b/typo3/sysext/scheduler/Resources/Public/Styles/styles.css @@ -23,9 +23,6 @@ Scheduler .tx_scheduler_mod1 #typo3-docheader a { text-decoration: none; } -.tx_scheduler_mod1 #typo3-inner-docbody { - padding-right: 10px; -} .tx_scheduler_mod1 .late { color: #f00; font-weight: bold; -- GitLab