| Index: static/css/simple.css |
| =================================================================== |
| --- a/static/css/simple.css |
| +++ b/static/css/simple.css |
| @@ -61,7 +61,7 @@ |
| border-left: none; |
| border-right: none; |
| padding: 18px; |
| - margin: 68px auto 20px auto; |
| + margin: 68px auto 0px auto; |
| max-width: 960px; |
| font-weight: 300; |
| font-size: 24px; |
| @@ -101,6 +101,12 @@ |
| margin-bottom: 30px; |
| } |
| +section.clear |
| +{ |
| + margin: 0px; |
| + text-align: center; |
| +} |
| + |
| section.highlighted |
| { |
| background-image: url(/img/background-blue.png); |
| @@ -147,7 +153,6 @@ |
| section li textarea |
| { |
| display: block; |
| - margin-top: 10px; |
| padding: 5px; |
| width: 250px; |
| height: 50px; |
| @@ -155,6 +160,12 @@ |
| font-size: 14px; |
| } |
| +section li ul |
| +{ |
| + margin-top: 10px; |
| + margin-bottom: 0px; |
| +} |
| + |
| section .subheader |
| { |
| margin-top: 0px; |
| @@ -168,14 +179,18 @@ |
| margin: 0px 12px; |
| } |
| -form button |
| +button, section.clear a |
| { |
| min-width: 138px; |
| + border: 0px; |
| + color: #ffffff; |
| + cursor: pointer; |
| +} |
| + |
| +section.highlighted form button |
| +{ |
| height: 42px; |
| background-color: #37506d; |
| - border: 0px; |
| - cursor: pointer; |
| - color: #ffffff; |
| } |
| form.error button |
| @@ -188,6 +203,23 @@ |
| display: inline-block; |
| } |
| +section.clear a |
| +{ |
| + display: inline-block; |
| + padding: 14px 0px; |
| + margin: 0px 10px; |
| + background-color: #5cb85c; |
| + vertical-align: middle; |
| + font-size: 14px; |
| + text-decoration: none; |
| + align-items: flex-start; |
| +} |
| + |
| +section.clear a:hover |
| +{ |
| + background-color: #47a447; |
| +} |
| + |
| form input[type="checkbox"] |
| { |
| margin: 0px; |