From: Jörn Friedrich Dreyer Date: Tue, 10 Jul 2012 14:57:31 +0000 (+0200) Subject: shrink css height for gallery_div from 152 to 150 to shrink grey background thumbnail... X-Git-Tag: v4.5.0beta1~74^2~372^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9be6432aac30f6f34f74c343eb764a03c9adad5a;p=nextcloud-server.git shrink css height for gallery_div from 152 to 150 to shrink grey background thumbnail height --- 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;}