diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 1cc8fd6..44247ef 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; @@ -1471,6 +1471,7 @@ border-left: 1px solid black; -webkit-transition: -webkit-transform 0.1s ease-in-out; line-height: 0; vertical-align: text-bottom; + background-color:white; -webkit-user-drag: element; } .wallpaper.active .swatches .swatch:hover { @@ -1676,6 +1677,7 @@ input[type="range"]::-webkit-slider-thumb { float:left; cursor:pointer; border-bottom: 1px transparent solid; + padding: 5px; } .presets span:hover, .presets span.active { @@ -2120,6 +2122,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; @@ -2154,6 +2161,7 @@ form li div div { } form li img#load_avatar { max-width: 200px; + float: right; } form li textarea { width: 100%; @@ -2230,15 +2238,12 @@ form li textarea { transform: translateY(-200px) translateZ(0); } #fixed_close.active { - animation: visibility 0.2s; - animation-fill-mode: forwards; + animation:0.2s transform linear 1s; display: block; + transform: translateY(0px) translateZ(0); } -@keyframes visibility { - 100% { - transform: translateY(0px) translateZ(0); - } -} + + .desktop .close:hover { |
