aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gallery/css
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-07-10 16:57:31 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-07-10 16:58:37 +0200
commit9be6432aac30f6f34f74c343eb764a03c9adad5a (patch)
treee4f8859ac092ffe6d46bf9cb3bc1591d69a2f614 /apps/gallery/css
parentacb96123326460316290257cb05553f6a284ba04 (diff)
downloadnextcloud-server-9be6432aac30f6f34f74c343eb764a03c9adad5a.tar.gz
nextcloud-server-9be6432aac30f6f34f74c343eb764a03c9adad5a.zip
shrink css height for gallery_div from 152 to 150 to shrink grey background thumbnail height
Diffstat (limited to 'apps/gallery/css')
-rw-r--r--apps/gallery/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css
index fa87e51c85f..63f645662dd 100644
--- a/apps/gallery/css/styles.css
+++ b/apps/gallery/css/styles.css
@@ -5,7 +5,7 @@ input[type=button]:disabled { opacity: 0.5 }
.ui-dialog tr {background-color: #eee;}
.ui-dialog input {width: 90%;}
-div.gallery_div {position:relative; display: inline-block; height: 152px; width: 150px; margin: 5px;}
+div.gallery_div {position:relative; display: inline-block; height: 150px; width: 150px; margin: 5px;}
div.miniature_border {position:absolute; height: 150px; -moz-transition-duration: 0.2s; -o-transition-duration:0.2s; -webkit-transition-duration: .2s; background-position: 50%;}
div.line {display:inline-block; border: 0; width: auto; height: 160px}
div.gallery_div img{position:absolute; top: 1; left: 0; -moz-transition-duration: 0.3s; -o-transition-duration:0.3s; -webkit-transition-duration: 0.3s; height:150px; width: auto;}