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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-10-13 00:59:45 +0300
committerOlivier Paroz <github@oparoz.com>2015-10-13 00:59:45 +0300
commitcf9b8094d0baddb8b1d7db4d016969924b8fb440 (patch)
treec14a9e999ea2e404663e940f9577ca9e62c84644
parentfa7a1db9bdc1262a947ed66dcbf514e75ba52739 (diff)
Fix album alignment while not breaking the footer
Fixes #418
-rw-r--r--css/styles.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
index dafc4619..e4adccc6 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -78,10 +78,13 @@ div.crumb.last a {
}
#gallery.hascontrols {
+ position: relative;
overflow: hidden;
text-align: justify;
top: 45px;
padding-bottom: 100px;
+ margin-bottom: 45px;
+ margin-top: 0;
}
#gallery .row {