From b3b85bf692e75b8bd41a5cd2dcffacc12782da63 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 31 Oct 2021 16:33:35 +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 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;