summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2016-08-14 22:35:22 +0200
committerDirk Engling <erdgeist@erdgeist.org>2016-08-14 22:35:22 +0200
commit5d8f4747f842c4d31e838bb9c0b0972a42de1ab6 (patch)
tree82090cfefc087e804483acc0f185897c5a5652c1 /style.css
parentab3a467e732e3ebc807ddf6d884e2e0efc8dc0ea (diff)
checkboxes ohne Rahmen
Diffstat (limited to 'style.css')
-rw-r--r--style.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/style.css b/style.css
index 82e3ead..ec8d2d3 100644
--- a/style.css
+++ b/style.css
@@ -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
390input[type=checkbox]:not(old) + label > span { 390input[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,