From 07f43742421e246f9fe7c601bd68ff4571d39e39 Mon Sep 17 00:00:00 2001 From: JackDandy Date: Thu, 17 Jun 2021 21:19:43 +0100 Subject: [PATCH] Fix view-show poster click zoom area is only accessible from top of poster image. Move view-show paused "II" indicator as it wasn't in a good spot anyway. --- CHANGES.md | 8 +++++++- gui/slick/css/style.css | 8 +++++++- gui/slick/interfaces/default/displayShow.tmpl | 12 +++++++----- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 918b301..599b6ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ -### 0.24.2 (2021-06-14 13:50:00 UTC) +### 0.24.3 (2021-06-17 23:00:00 UTC) + +* Fix view-show poster click zoom area is only accessible from top of poster image +* Move view-show paused "II" indicator as it wasn't in a good spot anyway + + +### 0.24.2 (2021-06-14 13:50:00 UTC) * Update UnRar x64 for Windows 6.01 to 6.02 diff --git a/gui/slick/css/style.css b/gui/slick/css/style.css index 135405a..5a2b83a 100644 --- a/gui/slick/css/style.css +++ b/gui/slick/css/style.css @@ -1924,14 +1924,20 @@ span.imdbstars, span.imdbstars > *{ overflow:hidden } +.paused-holder{ + position:relative +} + .paused{ font-size:200px; text-align:center; position:absolute; + z-index:-1; margin:0 auto; + height:250px; + top:-10px; left:0; right:0; - padding-top:25px; opacity:0.3; filter:alpha(opacity=30) } diff --git a/gui/slick/interfaces/default/displayShow.tmpl b/gui/slick/interfaces/default/displayShow.tmpl index 824b07c..ef85d8e 100644 --- a/gui/slick/interfaces/default/displayShow.tmpl +++ b/gui/slick/interfaces/default/displayShow.tmpl @@ -108,11 +108,6 @@
-#if int($show_obj.paused) -
- -
-#end if
#if 0 < len($seasons) @@ -174,6 +169,13 @@
+#if int($show_obj.paused) +
+
+ +
+
+#end if
Links