summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-30 18:25:31 -0400
committerryderr <r@okfoc.us>2014-09-30 18:25:31 -0400
commitdf2956a33736e1c6cd982e04bca204ab5f7d09bf (patch)
tree170c5f8ffe40a1f7efc92aaf5cbc7177f3009742
parentcaa97d228bf5c755f0847c6d289096405891754a (diff)
wallpaper stuff
-rwxr-xr-xpublic/assets/stylesheets/app.css38
1 files changed, 22 insertions, 16 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 80a2be9..56577f2 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1009,15 +1009,16 @@ iframe.embed {
display: inline-block;
position:relative;
z-index:4;
+ font-weight: 300;
}
.mediaDrawer.mediaViewer h2 {
- margin-top:20px;
+ margin-top:28px;
font-size:18px;
}
.mediaDrawer h3{
- margin-top: 28px;
+ margin-top: 18px;
position: relative;
z-index: 4;
}
@@ -1079,21 +1080,21 @@ iframe.embed {
color: #555;
text-decoration:none;
padding:5px;
- border:3px solid white;
+ border:1px solid white;
}
.mediaDrawer h2 a.active{
cursor:default;
- border:3px solid black;
+ border:1px solid black;
color:black;
}
.mediaDrawer h2 a:hover {
- border:3px solid #ccc;
+ border:1px solid #ccc;
}
.mediaDrawer h2 a.active{
- border:3px solid black;
+ border:1px solid black;
}
@@ -1193,8 +1194,13 @@ iframe.embed {
min-height: 30px;
}
-.wallpaperUpload {
+.wallpaperUpload, .wallpaperRemove {
border: 1px solid;
+ display: inline-block;
+ width: 100%;
+ margin-top: 5px;
+ font-size: 14px;
+ font-weight: 300;
}
.wallpaper label {
@@ -1207,9 +1213,10 @@ iframe.embed {
font-size: 14px;
font-weight: 300;
}
-.wallpaper form:hover {
+.wallpaper form:hover, .wallpaperRemove:hover {
background:black;
color:white;
+ cursor:pointer;
}
.wallpaper .icon-ios7-upload-outline {
font-size: 26px;
@@ -1244,14 +1251,13 @@ iframe.embed {
border: 1px solid #000;
}
.wallpaperUpload input[type="file"]{
- position: absolute;
- margin-left: -134px;
- background: blue;
- height: 28px;
- width: 100%;
- margin-top: 0px;
- opacity: 0;
- cursor:pointer;
+ position: absolute;
+ margin-top: -30px;
+ background: blue;
+ height: 28px;
+ width: 100%;
+ opacity: 0;
+ cursor: pointer;
}