PINES KPAC: New logo
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 19 Dec 2019 19:57:20 +0000 (14:57 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 16 Mar 2020 21:15:49 +0000 (17:15 -0400)
Updates to incorporate new PINES logo.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/kpac/parts/header.tt2
Open-ILS/web/css/skin/default/kpac/style.css
Open-ILS/web/images/kpac/pines-logo-small.png [new file with mode: 0644]

index c5e9ae8..528fdf8 100644 (file)
@@ -2,7 +2,7 @@
     <div class="logo_wrapper">
         <a href="[%- mkurl(ctx.kpac_root _ '/home') -%]">
             <span class="logo_left">&nbsp;</span>
-            <span class="logo_middle"><img src="[% ctx.media_prefix %]/images/kpac/PINES_logo.gif[% ctx.cache_key %]" width="170" alt="[% l('Logo') %]" /></span>
+            <span class="logo_middle"><img src="[% ctx.media_prefix %]/images/kpac/pines-logo-small.png[% ctx.cache_key %]" height="90" alt="[% l('Logo') %]" /></span>
             <span class="logo_right">&nbsp;</span><br />
             Kids' Catalog Home Page
         </a>
index a896b28..18576bd 100755 (executable)
@@ -261,7 +261,7 @@ input[type=text], input[type=password], textarea {
 .search_wrapper {
        text-align:center;
        width:950px;
-       margin-top:190px;
+       margin-top:140px;
 }
 
 .search_wrapper h1 {
diff --git a/Open-ILS/web/images/kpac/pines-logo-small.png b/Open-ILS/web/images/kpac/pines-logo-small.png
new file mode 100644 (file)
index 0000000..d21d769
Binary files /dev/null and b/Open-ILS/web/images/kpac/pines-logo-small.png differ