summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 22:03:36 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 22:03:36 +0200
commitab3a467e732e3ebc807ddf6d884e2e0efc8dc0ea (patch)
treee15bc8cff9fd3c9b56d401dd10b6407f5995f7e0 /style.css
parentd5a70a1d96cfcabd10a7cd6c4e8b429924c465f9 (diff)
0.5px borders do not work in all brower
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
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 {
383 display : inline-block; 383 display : inline-block;
384 margin-left : 0; 384 margin-left : 0;
385 line-height : 1.7em; 385 line-height : 1.7em;
386 text-indent : -58.5px; /* Make 2nd line of label align, takes border width of tickbox into account */ 386 text-indent : -59px; /* Make 2nd line of label align, takes border width of tickbox into account */
387 padding-left : 58.5px; 387 padding-left : 59px;
388} 388}
389 389
390input[type=checkbox]:not(old) + label > span { 390input[type=checkbox]:not(old) + label > span {
@@ -392,7 +392,7 @@ input[type=checkbox]:not(old) + label > span {
392 width : 28px; 392 width : 28px;
393 height : 28px; 393 height : 28px;
394 margin : 2px 28px 8px 1px; 394 margin : 2px 28px 8px 1px;
395 border : 0.5px solid white; 395 border : 1px solid white;
396 border-radius : 25%; 396 border-radius : 25%;
397 vertical-align : top; 397 vertical-align : top;
398 transition : font-size 0.4s; 398 transition : font-size 0.4s;