diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 22:03:36 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-14 22:03:36 +0200 |
commit | ab3a467e732e3ebc807ddf6d884e2e0efc8dc0ea (patch) | |
tree | e15bc8cff9fd3c9b56d401dd10b6407f5995f7e0 | |
parent | d5a70a1d96cfcabd10a7cd6c4e8b429924c465f9 (diff) |
0.5px borders do not work in all brower
-rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | ||
390 | input[type=checkbox]:not(old) + label > span { | 390 | input[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; |