Added new VIVO logo to top header.
This commit is contained in:
parent
d0452093b0
commit
f52b08c636
2 changed files with 10 additions and 7 deletions
|
@ -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;*/
|
||||
|
|
|
@ -86,9 +86,11 @@ portal.getRootBreadCrumbURL() : request.getContextPath()+"/";
|
|||
<div id="identity">
|
||||
|
||||
<h1><a title="Home" href="<%=homeURL%>"><%out.print(portal.getAppName());%></a></h1>
|
||||
<!--
|
||||
<% if (portal.getShortHand() != null) { %>
|
||||
<em><%out.print(portal.getShortHand());%></em>
|
||||
<% } %>
|
||||
-->
|
||||
|
||||
<ul id="otherMenu">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue