From f14f2295c27acdeaebadb91faafa858a1eda2e1d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 31 Jan 2015 00:11:10 +0000 Subject: [PATCH] Tweak sidebar filter checkbox padding. The text was just slightly too close to the boxes, I think. --- resources/report/css/overrides.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 7efa42f1..2bc9d326 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -25,6 +25,11 @@ core-animated-pages::shadow ::content > *:not(.core-selected):not([animate]) { html /deep/ core-menu paper-checkbox::shadow #checkboxLabel { padding-left: 32px; } +/* Set the sidebar checkboxes to have balanced padding on either side. 32px + makes the label just seem too far away. */ +#filters paper-checkbox::shadow #checkboxLabel { + padding-left: 16px; +} /* Set the underline colour of focussed paper inputs. */ html /deep/ paper-input-decorator::shadow .underline .focused-underline { /* line color when the input is focused */