Quick Reports - PINES Customizations
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 1 Dec 2016 19:53:12 +0000 (14:53 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 21 Mar 2022 20:51:06 +0000 (16:51 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
css/site_v1.6.css
test.txt [deleted file]
views/homePage.view.php

index 8b4ec88..4cab173 100644 (file)
@@ -15,23 +15,25 @@ body {
 }
 #header {
     height: 100px;
+    background: url(../images/pinetree-banner.png) repeat top left;
+    border: none;
 }
 #logo {
     padding-left: 5px;
     padding-top: 4px;
 }
 #logoImage {
-    background: url(../../opac/images/small_logo.png) no-repeat;
+    background: url(../images/PINESLogo.gif) no-repeat;
     border: none;
     height: 60px;
-    width: 200px;
-    margin: 20px 0 0 0;
-    position: absolute
+    width: 300px;
+    margin: 0px 0px 40px 0px;
+    position: absolute;
 }
 #logoText {
     position: absolute;
-    margin: 35px 0 0 210px;
-    color: #fff;
+    margin: 30px 0 0 310px;
+    color: #339966;
     font-style: italic;
     font-family: Georgia, serif;
     font-size: 16pt;
@@ -39,7 +41,7 @@ body {
 #welcome {
     position: absolute;
     top: 30px;
-    right: 20px;
+    right: 30px;
     color: #fff;
     font-family: Arial;
     font-size: 10pt;
@@ -49,6 +51,9 @@ body {
     color: #339966;
     position: absolute;
     right: 0px;
+    font-weight: bold;
+    text-decoration: none;
+    font-size: 11pt;
 }
 #headerRight {
     position: absolute;
@@ -79,7 +84,7 @@ body {
 }
 .rightMenuItem {
     position: absolute;
-    right: 18px
+    right: 23px
 }
 .menuItemLink:link,
 .menuItemLink:visited,
diff --git a/test.txt b/test.txt
deleted file mode 100644 (file)
index 30d74d2..0000000
--- a/test.txt
+++ /dev/null
@@ -1 +0,0 @@
-test
\ No newline at end of file
index 5b17bb6..17f1ff8 100644 (file)
@@ -34,6 +34,7 @@ class homePageView {
                </td>
        </tr>
        <?php } ?>
+    <!--
        <tr>
                <td><a href="<?php echo QR_SITE_ROOT,QR_SHOW_EXECUTIVE_REPORTS_MENU_PAGE; ?>"><img src="images/icon-snapshot.png" width="50" height="50"></a></td>
                <td>&nbsp;</td>
@@ -42,6 +43,7 @@ class homePageView {
                        Create an executive report.
                </td>
        </tr>
+    -->
        <tr>
                <td><a href="<?php echo QR_LOGOUT_PAGE; ?>"><img src="images/icon-exit.png" width="50" height="50"></a></td>
                <td>&nbsp;</td>