From bf4f317453814cd81e8bce269619abf37594c0de Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Sun, 28 Feb 2021 21:58:16 +0100 Subject: [PATCH] Fixed literature lists margins. --- webapp/src/main/webapp/themes/iph/css/iph.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index f7d96d37..bf5f57c2 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2394,7 +2394,6 @@ button.collapsible.active:focus { margin-bottom: 1.3em; display: list-item; list-style-image: url(../images/bullet_icon.png); - margin-left: 40px; } .works >div.work >p { font-family: IPH Astra Serif; @@ -2402,13 +2401,14 @@ button.collapsible.active:focus { font-size: 1.2rem; } .works >h2.label { - background-image: url(/vivo/themes/iph/images/book_icon.png); + background-image: url(../images/book_icon.png); background-repeat: no-repeat; background-position: left center; padding-left: 40px; font-family: IPH Astra Serif; font-size: 1.4rem; font-style: normal; + margin-left: -50px; } .virtualWorks { font-family: IPH Astra Serif;