summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-01 14:09:48 -0400
committerryderr <r@okfoc.us>2014-10-01 14:09:48 -0400
commit3eacd977bb5df5d379e0ee9cc554af8f8f2a5b6c (patch)
treec9af3459af76a0420ca6428852c0fdabf6751e05 /public/assets/stylesheets
parentc2fe9c3df33d02e6c23c738047faa22662df978b (diff)
parent7f8a69ca4753da98b3e35e168378b64546dcea3c (diff)
Merge branch 'master' of github.com:okfocus/vvalls
Diffstat (limited to 'public/assets/stylesheets')
-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%;