From cf62a359e5b5a986768205027bf3a3570ec37a5d Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Fri, 11 Jul 2014 18:26:11 +0200 Subject: [PATCH] Make sure control overlay always has a fixed height. --- src/styles/components/_presentation.scss | 4 ++++ static/partials/presentation.html | 10 ++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/styles/components/_presentation.scss b/src/styles/components/_presentation.scss index f40b2158..50208297 100644 --- a/src/styles/components/_presentation.scss +++ b/src/styles/components/_presentation.scss @@ -99,6 +99,10 @@ line-height: 28px; } +.overlaybar-content .pagecontrol { + height: 30px; +} + .presentation .overlaybar a.btn-prev { left: 40px; } diff --git a/static/partials/presentation.html b/static/partials/presentation.html index 061e1e61..6a119126 100644 --- a/static/partials/presentation.html +++ b/static/partials/presentation.html @@ -20,10 +20,12 @@
-
- -
/ {{ maxPageNumber }}
- +
+
+ +
/ {{ maxPageNumber }}
+ +