From d2a643960bc8c854b9a1c38f4fcb654b9a235145 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 23:07:30 -0400 Subject: [PATCH] TPAC: Make home search screen work on IE8+ The home logo is now centred on IE, and the white background extends across the full width of the page. Huzzah! As a bonus, the markup makes more sense without the
. Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 ++ Open-ILS/src/templates/opac/parts/homesearch.tt2 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index d163d41876..6fbadead25 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -20,6 +20,8 @@ img { #homesearch_main_logo { padding-top: 60px; + margin: auto; + width: 50%; } a { diff --git a/Open-ILS/src/templates/opac/parts/homesearch.tt2 b/Open-ILS/src/templates/opac/parts/homesearch.tt2 index e99e1b1ee0..b4b917a622 100644 --- a/Open-ILS/src/templates/opac/parts/homesearch.tt2 +++ b/Open-ILS/src/templates/opac/parts/homesearch.tt2 @@ -1,3 +1,3 @@ -- 2.43.2