From 5600a011e55a4b2843c6dc19875f44d9c84ec56c Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 9 Aug 2016 04:48:50 +0200 Subject: center single buttons --- style.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 12412ea..6cb7533 100644 --- a/style.css +++ b/style.css @@ -191,13 +191,18 @@ h2 { cursor: pointer; } +.one-button a:link, +.one-button a:visited, +.one-button a { + text-decoration: none; +} + .button-red { float: right; background-color: #E65946; } .button-green { - float: right; background-color: #8ECA63; } @@ -209,6 +214,11 @@ h2 { background-color: #E646D3; } +.one-button .button-green { + margin-right: auto; + margin-left: auto; +} + .two-buttons .button-green { float: left; } @@ -311,6 +321,16 @@ select { border-radius: 4px; } +label { + display: block; + padding-left: 40px; + text-indent: -25px; +} + +label input { + margin-right: 10px; +} + #wrapper.step1 .block-step1 .juice, #wrapper.stepcancel .block-stepcancel .juice { max-height: 350px; -- cgit v1.2.3