From: Dan Scott Date: Wed, 25 Sep 2013 03:07:30 +0000 (-0400) Subject: TPAC: Make home search screen work on IE8+ X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2a643960bc8c854b9a1c38f4fcb654b9a235145;p=evergreen%2Fequinox.git 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 --- 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 @@