From 9e72c3b40d19e342ec10ac737e7d291fe02685d1 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 31 Oct 2021 16:18:27 +0100 Subject: [PATCH 1/3] Fix position read mark in standard theme --- cps/static/css/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index 32c6f225..bf2257e6 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -169,9 +169,14 @@ table .bg-dark-danger a { color: #fff; } position: static; } +.container-fluid .book .cover span .img { + bottom: 0; + height: 100%; + position: absolute; +} + .container-fluid .book .cover span img { border: 1px solid #fff; - bottom: 0; position: relative; height: 100%; @@ -246,8 +251,10 @@ span.glyphicon.glyphicon-tags { } .cover .read { - left: auto; - right: 2px; + position: relative; + top: -20px; + /*left: auto; + right: 2px;*/ width: 17px; height: 17px; display: inline-block; From a36c6da3ae90313c5f66771fa00a7f34f1db687e Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 31 Oct 2021 16:30:51 +0100 Subject: [PATCH 2/3] Fix position read mark in standard theme --- cps/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index bf2257e6..c1265942 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -251,8 +251,8 @@ span.glyphicon.glyphicon-tags { } .cover .read { - position: relative; - top: -20px; + /*position: relative; + top: -20px;*/ /*left: auto; right: 2px;*/ width: 17px; From b3b85bf692e75b8bd41a5cd2dcffacc12782da63 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 31 Oct 2021 16:33:35 +0100 Subject: [PATCH 3/3] Fix position read mark in standard theme --- cps/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/static/css/style.css b/cps/static/css/style.css index c1265942..bf2257e6 100644 --- a/cps/static/css/style.css +++ b/cps/static/css/style.css @@ -251,8 +251,8 @@ span.glyphicon.glyphicon-tags { } .cover .read { - /*position: relative; - top: -20px;*/ + position: relative; + top: -20px; /*left: auto; right: 2px;*/ width: 17px;