From f52b08c6366774b731e483b087de18b81dd49c83 Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 2 Apr 2010 18:50:41 +0000 Subject: [PATCH] Added new VIVO logo to top header. --- themes/vivo-basic/css/screen.css | 15 ++++++++------- themes/vivo-basic/jsp/identity.jsp | 2 ++ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index 2c7e12b2..c9c3fac2 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -61,18 +61,19 @@ div#identity { position: relative; } /* position: absolute; top: 33px; left: 10px;*/ - padding-top: 25px; + padding-top: 20px; margin-left: 20px; - margin-bottom: 5px; - width: 141px; - height: 43px; + margin-bottom: 20px; + width: 361px; + height: 55px; text-indent: -9999px; - background: url(../site_icons/vivo_logo.gif) bottom left no-repeat; + background: url(../site_icons/vivo-logo.jpg) bottom left no-repeat; + } #identity h1 a { - width: 141px; - height: 43px; + width: 361px; + height: 55px; display: block; overflow: hidden; /* hide the extended outline in firefox */ /* background: url(images/layout/transparent.gif) top left no-repeat;*/ diff --git a/themes/vivo-basic/jsp/identity.jsp b/themes/vivo-basic/jsp/identity.jsp index 8931d97e..97f2e1be 100644 --- a/themes/vivo-basic/jsp/identity.jsp +++ b/themes/vivo-basic/jsp/identity.jsp @@ -86,9 +86,11 @@ portal.getRootBreadCrumbURL() : request.getContextPath()+"/";

<%out.print(portal.getAppName());%>

+