summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 545207a..05b4871 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1266,6 +1266,7 @@ iframe.embed {
float: none;
}
.wallpaper form {
+ position: relative;
padding: 2px 0 0 0;
font-size: 14px;
font-weight: 300;
@@ -1309,7 +1310,8 @@ iframe.embed {
}
.wallpaperUpload input[type="file"]{
position: absolute;
- margin-top: -30px;
+ top: 0;
+ left: 0;
background: blue;
height: 28px;
width: 100%;