aboutsummaryrefslogtreecommitdiffstats
path: root/apps/gallery/css
diff options
context:
space:
mode:
authorBartek Przybylski <bart.p.pl@gmail.com>2012-01-11 22:06:23 +0100
committerBartek Przybylski <bart.p.pl@gmail.com>2012-01-11 22:06:54 +0100
commitdddcd66ead1aa5d528180d96a95ed876eaaa6093 (patch)
tree165fcadea46616c3766409e219d278e44a51db6f /apps/gallery/css
parent237ba65a20edfbd346405e03583a96808602a2ca (diff)
downloadnextcloud-server-dddcd66ead1aa5d528180d96a95ed876eaaa6093.tar.gz
nextcloud-server-dddcd66ead1aa5d528180d96a95ed876eaaa6093.zip
using new image backend, moving ajax calls to one file, using generated thumnails to speedup covers loading
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 cc343ba0d08..b253eeef223 100644
--- a/apps/gallery/css/styles.css
+++ b/apps/gallery/css/styles.css
@@ -1,5 +1,5 @@
div#gallery_list { margin: 90pt 20pt; }
-div#gallery_list.leftcontent { padding-top: 15px; margin: 0; text-align: center; }
+div#gallery_list.leftcontent { padding-top: 15pt; margin: 0; height: 80%; text-align: center; overflow: scroll; }
div#gallery_album_box { width: 200px; text-align: center; border: 0; display: inline-block; margin: 5pt; vertical-align: top; padding: 10px; border: solid 1px black; position: relative; overflow: hidden; color: #999; }
div#gallery_album_box:hover { color: black; }
.leftcontent div#gallery_album_box { margin: 5px; }