From 78083c6c5b9a8e7e18469d44da9c09bd212e5e65 Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Thu, 11 Mar 2021 19:42:11 +0100 Subject: [PATCH] Fixed page result pagination styles. --- webapp/src/main/webapp/themes/iph/css/iph.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 6b5780ae5..1d0a7c33c 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2894,6 +2894,19 @@ span.iconControlsNotEditable { span#searchHelp { display: none; } +.searchpages >span { + font-size: 1.2rem; + font-family: "IPH Astra Serif"; + background-color: #FDF5E6; + padding: 0 0.4em; + border-radius: 3px; + margin-left: 0px; + margin-right: 0px; +} +.searchpages a { + margin-left: 0.3em; + margin-right: 0.3em; +} /* -------------------------------------------------> */ /* FONTS --------------------------------> */ /* -------------------------------------------------> */