summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 10:57:08 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-14 10:57:08 +0200
commit5012c6882625b3cf342210bdc9f965d312f4b03e (patch)
treecdf8705cf1294d9efc4e43db837b5d86eb3af303 /style.css
parentf8a2007545c95b71714a54011a36ae7415ed3cdb (diff)
Adjust checkbox labels to match heading's indent
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/style.css b/style.css
index 569640c..9e0afe6 100644
--- a/style.css
+++ b/style.css
@@ -62,6 +62,7 @@ h2 {
62 font-weight: 300; 62 font-weight: 300;
63 line-height: 1.1em; 63 line-height: 1.1em;
64 cursor: pointer; 64 cursor: pointer;
65 color: #F1F2E3;
65} 66}
66 67
67.circle_num { 68.circle_num {
@@ -225,7 +226,6 @@ h2 {
225 margin: 0 0.4em 1em 0; 226 margin: 0 0.4em 1em 0;
226 cursor: pointer; 227 cursor: pointer;
227 transition-duration: 0.2s; 228 transition-duration: 0.2s;
228 box-shadow: 0px 7px 3px 0px rgba(50, 50, 50, 0.75);
229} 229}
230 230
231.one-button a:link, 231.one-button a:link,
@@ -382,15 +382,15 @@ input[type=checkbox]:not(old) + label {
382 display : inline-block; 382 display : inline-block;
383 margin-left : 0; 383 margin-left : 0;
384 line-height : 1.7em; 384 line-height : 1.7em;
385 text-indent : -46.5px; /* Make 2nd line of label align, takes border width of tickbox into account */ 385 text-indent : -59.5px; /* Make 2nd line of label align, takes border width of tickbox into account */
386 padding-left : 46.5px; 386 padding-left : 59.5px;
387} 387}
388 388
389input[type=checkbox]:not(old) + label > span { 389input[type=checkbox]:not(old) + label > span {
390 display : inline-block; 390 display : inline-block;
391 width : 28px; 391 width : 28px;
392 height : 28px; 392 height : 28px;
393 margin : 2px 16px 8px 0; 393 margin : 2px 28px 8px 1px;
394 border : 0.5px solid white; 394 border : 0.5px solid white;
395 border-radius : 25%; 395 border-radius : 25%;
396 vertical-align : top; 396 vertical-align : top;
@@ -411,7 +411,7 @@ input[type=checkbox]:not(old):checked + label > span:before {
411 color : white; 411 color : white;
412 text-align : center; 412 text-align : center;
413 font-weight : bold; 413 font-weight : bold;
414 margin-left : 71px; 414 margin-left : 90px;
415} 415}
416 416
417#wrapper.step1 .block-step1 .juice, 417#wrapper.step1 .block-step1 .juice,