summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 04:48:50 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 04:48:50 +0200
commit5600a011e55a4b2843c6dc19875f44d9c84ec56c (patch)
treebcd2b343a3e1c69151999f966b0bfc7f488279dc /style.css
parent93b7ac625fa021884c3c09a44227861beea2bfef (diff)
center single buttons
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
1 files changed, 21 insertions, 1 deletions
diff --git a/style.css b/style.css
index 12412ea..6cb7533 100644
--- a/style.css
+++ b/style.css
@@ -191,13 +191,18 @@ h2 {
191 cursor: pointer; 191 cursor: pointer;
192} 192}
193 193
194.one-button a:link,
195.one-button a:visited,
196.one-button a {
197 text-decoration: none;
198}
199
194.button-red { 200.button-red {
195 float: right; 201 float: right;
196 background-color: #E65946; 202 background-color: #E65946;
197} 203}
198 204
199.button-green { 205.button-green {
200 float: right;
201 background-color: #8ECA63; 206 background-color: #8ECA63;
202} 207}
203 208
@@ -209,6 +214,11 @@ h2 {
209 background-color: #E646D3; 214 background-color: #E646D3;
210} 215}
211 216
217.one-button .button-green {
218 margin-right: auto;
219 margin-left: auto;
220}
221
212.two-buttons .button-green { 222.two-buttons .button-green {
213 float: left; 223 float: left;
214} 224}
@@ -311,6 +321,16 @@ select {
311 border-radius: 4px; 321 border-radius: 4px;
312} 322}
313 323
324label {
325 display: block;
326 padding-left: 40px;
327 text-indent: -25px;
328}
329
330label input {
331 margin-right: 10px;
332}
333
314#wrapper.step1 .block-step1 .juice, 334#wrapper.step1 .block-step1 .juice,
315#wrapper.stepcancel .block-stepcancel .juice { 335#wrapper.stepcancel .block-stepcancel .juice {
316 max-height: 350px; 336 max-height: 350px;