diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index cf98170..42f0058 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -537,7 +537,7 @@ iframe.embed { .footer { width: 100%; - padding: 80px 0; + padding: 100px 0 120px 0; background: #f9f9f9; float: left; clear: both; @@ -1675,6 +1675,7 @@ input[type="range"]::-webkit-slider-thumb { float:left; cursor:pointer; border-bottom: 1px transparent solid; + padding: 5px; } .presets span.active { text-decoration: underline; @@ -2096,6 +2097,11 @@ form p{ margin-top: 10px; color: #999; } +form p.guidelines { + width: 200px; + text-align: left; + margin: 20px 0; +} form h3 { text-align: left; font-weight: 600; @@ -2130,6 +2136,7 @@ form li div div { } form li img#load_avatar { max-width: 200px; + float: right; } form li textarea { width: 100%; |
