diff options
-rw-r--r-- | style.css | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -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 | ||
324 | label { | ||
325 | display: block; | ||
326 | padding-left: 40px; | ||
327 | text-indent: -25px; | ||
328 | } | ||
329 | |||
330 | label 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; |