diff options
| author | ryderr <r@okfoc.us> | 2014-10-15 11:14:19 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-15 11:14:19 -0400 |
| commit | d047149104c82bd86b3ec430c688d7653c36767d (patch) | |
| tree | 6445548180d78b90069e942ebfbf27d2aa2f41af | |
| parent | c3603c8ff63322b26ae126f079e1a11c98c46f4d (diff) | |
minor
| -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 271f13a..b09b8a5 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -524,7 +524,7 @@ iframe.embed { .footer { width: 100%; - padding: 80px 0; + padding: 100px 0 120px 0; background: #f9f9f9; float: left; clear: both; @@ -1645,6 +1645,7 @@ input[type="range"]::-webkit-slider-thumb { float:left; cursor:pointer; border-bottom: 1px transparent solid; + padding: 5px; } .presets span.active { border-bottom: 1px dotted; @@ -2055,6 +2056,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; @@ -2089,6 +2095,7 @@ form li div div { } form li img#load_avatar { max-width: 200px; + float: right; } form li textarea { width: 100%; |
