From: Dan Scott Date: Thu, 23 Jan 2014 18:51:30 +0000 (-0500) Subject: KPAC library page: give the kids some style X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=536e1cea766d9136e9d0f87fdf97fb6722926be1;p=evergreen%2Fequinox.git 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 --- 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; +}