Tweak sidebar filter checkbox padding.

The text was just slightly too close to the boxes, I think.
This commit is contained in:
Oliver Hamlet
2015-01-31 00:11:10 +00:00
parent 4c271df1f8
commit f14f2295c2
+5
View File
@@ -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 */