summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/assets/stylesheets/app.css9
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%;