diff options
-rw-r--r-- | style.css | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -383,16 +383,17 @@ 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 : -59px; /* Make 2nd line of label align, takes border width of tickbox into account */ | 386 | text-indent : -60px; /* Make 2nd line of label align, takes border width of tickbox into account */ |
387 | padding-left : 59px; | 387 | padding-left : 60px; |
388 | } | 388 | } |
389 | 389 | ||
390 | input[type=checkbox]:not(old) + label > span { | 390 | input[type=checkbox]:not(old) + label > span { |
391 | display : inline-block; | 391 | display : inline-block; |
392 | width : 28px; | 392 | width : 30px; |
393 | height : 28px; | 393 | height : 30px; |
394 | margin : 2px 28px 8px 1px; | 394 | background-color : rgba(255, 255, 255, 0.30); |
395 | border : 1px solid white; | 395 | margin : 2px 28px 8px 2px; |
396 | border : 0px solid rgba(255, 255, 255, 0.30); | ||
396 | border-radius : 25%; | 397 | border-radius : 25%; |
397 | vertical-align : top; | 398 | vertical-align : top; |
398 | transition : font-size 0.4s; | 399 | transition : font-size 0.4s; |
@@ -410,7 +411,7 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
410 | color : white; | 411 | color : white; |
411 | text-align : left; | 412 | text-align : left; |
412 | font-weight : bold; | 413 | font-weight : bold; |
413 | margin-left : 124px; | 414 | margin-left : 127px; |
414 | } | 415 | } |
415 | 416 | ||
416 | #wrapper.stepcancel .block-stepcancel .juice, | 417 | #wrapper.stepcancel .block-stepcancel .juice, |