diff options
-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; |