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
path: root/css
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-09 23:34:02 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-13 03:41:05 +0300
commit1b9bc81a5611ff33a2e9a3726d3d033cd56b20ea (patch)
tree8b2ebb7f82e3f95b7f1d994b6432afe1c75646ed /css
parent21e6469c28a706a92521ea79f29bcba12540fb02 (diff)
Fix public template to get rid of scroller
Diffstat (limited to 'css')
-rw-r--r--css/public.css14
-rw-r--r--css/styles.css2
2 files changed, 5 insertions, 11 deletions
diff --git a/css/public.css b/css/public.css
index ea895baa..40b196e4 100644
--- a/css/public.css
+++ b/css/public.css
@@ -1,13 +1,3 @@
-#gallery {
- margin-top: 45px;
-}
-
-#displayName {
- margin: 0 0.4em 0 0;
- padding: 0 5px;
- float: right;
-}
-
body {
position: absolute;
height: 100%;
@@ -52,3 +42,7 @@ body {
filter: alpha(opacity=100);
opacity: 1;
}
+
+#gallery.hascontrols {
+ padding-bottom: 0;
+}
diff --git a/css/styles.css b/css/styles.css
index 34fccc84..3de7d9c8 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -97,7 +97,7 @@ div.crumb.last a{
#gallery.hascontrols {
overflow: hidden;
text-align: justify;
- top: 44px;
+ top: 40px;
padding-bottom: 100px;
}