From: Terran McCanna Date: Thu, 1 Dec 2016 19:53:12 +0000 (-0500) Subject: Quick Reports - PINES Customizations X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d217f30e02761e4aeca307f5ad569a9c31fed03c;p=contrib%2Fpines%2Freport-creator.git Quick Reports - PINES Customizations Signed-off-by: Terran McCanna --- diff --git a/css/site_v1.6.css b/css/site_v1.6.css index 8b4ec88..4cab173 100644 --- a/css/site_v1.6.css +++ b/css/site_v1.6.css @@ -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 index 30d74d2..0000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -test \ No newline at end of file diff --git a/views/homePage.view.php b/views/homePage.view.php index 5b17bb6..17f1ff8 100644 --- a/views/homePage.view.php +++ b/views/homePage.view.php @@ -34,6 +34,7 @@ class homePageView { +