Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-01-21 03:54:02 +0400
committerRobin Appelman <icewind@owncloud.com>2012-01-21 03:54:02 +0400
commit01ebb74a3309ccefe6cda778e230094fef98197d (patch)
treeeac9f29c87494106b94cc5da9a8b92fc16cb7a9d
parent437d50c6f6ec5eebf8424e37f4052f90646869c5 (diff)
some gallery css fixes
-rw-r--r--apps/gallery/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gallery/css/styles.css b/apps/gallery/css/styles.css
index a0822ddec1e..bb8d0607f8c 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: 15pt; margin: 0; position: absolute; bottom:0px; text-align: center; overflow: scroll; }
+div#gallery_list.leftcontent { padding-top: 15pt; margin: 0; position: absolute; bottom:0px; text-align: center; overflow: auto; }
div.gallery_album_box { width: 200px; text-align: center; border: 0; display: inline-block; margin: 5pt; vertical-align: top; padding: 10px; position: relative; overflow: hidden; color: #999; }
div.gallery_album_box:hover { color: black; }
.leftcontent div.gallery_album_box { margin: 5px; }
@@ -8,5 +8,5 @@ div.gallery_album_cover { width: 199px; height: 199px; border: solid 1pt #999; p
div.gallery_control_overlay { border: 0; position:absolute; right: 10pt; background-color: #333; opacity: 0; padding: 0 5pt; }
div.gallery_album_box:hover div.gallery_control_overlay { opacity:0.5 }
div.gallery_control_overlay a { color:white; }
-#gallery_images.rightcontent { padding:10px 5px; position:absolute; bottom: 0px; overflow: scroll; }
+#gallery_images.rightcontent { padding:10px 5px; bottom: 0px; overflow: auto; right:0px}