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;
|
/* position: absolute;
|
||||||
top: 33px;
|
top: 33px;
|
||||||
left: 10px;*/
|
left: 10px;*/
|
||||||
padding-top: 25px;
|
padding-top: 20px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 20px;
|
||||||
width: 141px;
|
width: 361px;
|
||||||
height: 43px;
|
height: 55px;
|
||||||
text-indent: -9999px;
|
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 {
|
#identity h1 a {
|
||||||
width: 141px;
|
width: 361px;
|
||||||
height: 43px;
|
height: 55px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden; /* hide the extended outline in firefox */
|
overflow: hidden; /* hide the extended outline in firefox */
|
||||||
/* background: url(images/layout/transparent.gif) top left no-repeat;*/
|
/* background: url(images/layout/transparent.gif) top left no-repeat;*/
|
||||||
|
|
|
@ -86,9 +86,11 @@ portal.getRootBreadCrumbURL() : request.getContextPath()+"/";
|
||||||
<div id="identity">
|
<div id="identity">
|
||||||
|
|
||||||
<h1><a title="Home" href="<%=homeURL%>"><%out.print(portal.getAppName());%></a></h1>
|
<h1><a title="Home" href="<%=homeURL%>"><%out.print(portal.getAppName());%></a></h1>
|
||||||
|
<!--
|
||||||
<% if (portal.getShortHand() != null) { %>
|
<% if (portal.getShortHand() != null) { %>
|
||||||
<em><%out.print(portal.getShortHand());%></em>
|
<em><%out.print(portal.getShortHand());%></em>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
-->
|
||||||
|
|
||||||
<ul id="otherMenu">
|
<ul id="otherMenu">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue