From a36c6da3ae90313c5f66771fa00a7f34f1db687e Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 31 Oct 2021 16:30:51 +0100 Subject: [PATCH] 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;