TPAC: Make home search screen work on IE8+
authorDan Scott <dscott@laurentian.ca>
Wed, 25 Sep 2013 03:07:30 +0000 (23:07 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:16 +0000 (18:45 -0400)
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 <strong><center>.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/homesearch.tt2

index d163d41..6fbadea 100644 (file)
@@ -20,6 +20,8 @@ img {
 
 #homesearch_main_logo {
     padding-top: 60px;
+    margin: auto;
+    width: 50%;
 }
 
 a {
index e99e1b1..b4b917a 100644 (file)
@@ -1,3 +1,3 @@
 <div id="homesearch_main_logo">
-    <strong><center><img src="[% ctx.media_prefix %]/opac/images/main_logo.png" /></center></strong>
+    <img src="[% ctx.media_prefix %]/opac/images/main_logo.png" />
 </div>