From b2c16b0794ce0a8bedb41a160920a437de6036dd Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 26 Apr 2017 01:17:58 +0200 Subject: [PATCH] Styling fixes to bundle header Signed-off-by: Jan-Christoph Borchardt --- settings/css/settings.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/settings/css/settings.css b/settings/css/settings.css index 82f867ba52..d22a729e72 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -518,11 +518,19 @@ input.userFilter {width: 200px;} /* APPS */ + +/* Bundle header */ #apps-list > h2 { display: block; width: 100%; margin-top: 50px; - padding-left: 30px; + margin-left: 50px; + font-weight: 600; +} +#apps-list > h2 .enable { + position: relative; + top: -1px; + margin-left: 12px; } #app-content > svg.app-filter {