From ab3a467e732e3ebc807ddf6d884e2e0efc8dc0ea Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 14 Aug 2016 22:03:36 +0200 Subject: 0.5px borders do not work in all brower --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 8075a27..82e3ead 100644 --- a/style.css +++ b/style.css @@ -383,8 +383,8 @@ input[type=checkbox]:not(old) + label { display : inline-block; margin-left : 0; line-height : 1.7em; - text-indent : -58.5px; /* Make 2nd line of label align, takes border width of tickbox into account */ - padding-left : 58.5px; + text-indent : -59px; /* Make 2nd line of label align, takes border width of tickbox into account */ + padding-left : 59px; } input[type=checkbox]:not(old) + label > span { @@ -392,7 +392,7 @@ input[type=checkbox]:not(old) + label > span { width : 28px; height : 28px; margin : 2px 28px 8px 1px; - border : 0.5px solid white; + border : 1px solid white; border-radius : 25%; vertical-align : top; transition : font-size 0.4s; -- cgit v1.2.3