summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-08-28 13:16:44 -0400
committerJules Laplace <jules@okfoc.us>2014-08-28 13:24:06 -0400
commita25d72ef6c31a75c1852dd9acf9dbb5b8b2c5a00 (patch)
treeabecfed59a5a2a19da7e79b24fd8de4b88efd5eb /public/assets/stylesheets
parentb6ce465de3e07cd88175078f7a1017b63a91646e (diff)
upload wallpaper, reuses media api with a tag
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index b6e1f17..493cf67 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1114,15 +1114,18 @@ iframe.embed {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
-.wallpaper.active .swatches span {
+.wallpaper.active .swatches .swatch {
width: 40px;
height: 35px;
display: inline-block;
border:1px solid;
+ background-size: contain;
-webkit-transition: -webkit-transform 0.1s ease-in-out;
+ line-height: 0;
+ vertical-align: text-bottom;
-webkit-user-drag: element;
}
-.wallpaper.active .swatches span:hover {
+.wallpaper.active .swatches .swatch:hover {
cursor: pointer;
-webkit-transform: translateX(3px) translateY(-3px);
transform: translateX(3px) translateY(-3px);