summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-01 11:38:45 -0400
committerJules Laplace <jules@okfoc.us>2014-10-01 11:38:45 -0400
commit937814eb04da00adde50cd1f2b658dd96d3550e5 (patch)
tree991a31426eca374e6c79e30f19afd871f28dafc4 /public/assets/stylesheets
parent397738f8ce460fd76c10e5a5e832720804016964 (diff)
hide wallpaper tutorial message once wallpaper is uploaded
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 1446c60..9e65086 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1209,6 +1209,7 @@ iframe.embed {
float: none;
}
.wallpaper form {
+ position: relative;
padding: 2px 0 0 0;
font-size: 14px;
font-weight: 300;
@@ -1252,7 +1253,8 @@ iframe.embed {
}
.wallpaperUpload input[type="file"]{
position: absolute;
- margin-top: -30px;
+ top: 0;
+ left: 0;
background: blue;
height: 28px;
width: 100%;