From 536e1cea766d9136e9d0f87fdf97fb6722926be1 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 23 Jan 2014 13:51:30 -0500 Subject: [PATCH] KPAC library page: give the kids some style Just the bare minimum: some padding around the body, and a font colour and size that's reasonably consistent with the rest of the look of the KPAC for h2 and h3 elements. Yes, I know there is text-transform:uppercase and h2 is sized at 48px but that seems to be used for "You saved it!" and "Get it!" banner things. On the library info page, we're using headings for headings. Signed-off-by: Dan Scott Signed-off-by: Ben Shum --- Open-ILS/web/css/skin/default/kpac/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Open-ILS/web/css/skin/default/kpac/style.css b/Open-ILS/web/css/skin/default/kpac/style.css index ed7e0924e2..e42863f272 100755 --- a/Open-ILS/web/css/skin/default/kpac/style.css +++ b/Open-ILS/web/css/skin/default/kpac/style.css @@ -1030,3 +1030,21 @@ div.hr { color: #fff; text-align: center; } + +.content-wrapper-library-page { + padding: 1.5em; +} + +.content-wrapper-library-page h2 { + font-size: 18px; + color: #b53ea6; + padding-bottom: 0.5em; + padding-top: 0.5em; +} + +.content-wrapper-library-page h3 { + font-size: 14px; + color: #b53ea6; + padding-bottom: 0.5em; + padding-top: 0.5em; +} -- 2.43.2