NIHVIVO-556: Increases size and changed color for the icon at top header pages representing user has logged in.
This commit is contained in:
parent
e4503d3e43
commit
24dba32423
2 changed files with 8 additions and 4 deletions
|
@ -111,6 +111,12 @@ ul#header-nav a:active {
|
|||
text-decoration: none;
|
||||
color: #999;
|
||||
}
|
||||
.loginIcon {
|
||||
font-family: 'Pictos';
|
||||
font-size: 1.8em;
|
||||
line-height: 0.2em;
|
||||
color: #fff;
|
||||
}
|
||||
/* SEARCH ------> */
|
||||
#search {
|
||||
position: absolute;
|
||||
|
@ -144,6 +150,7 @@ input.search-vivo {
|
|||
color: #5e6363;
|
||||
margin-left: 10px;
|
||||
margin-top: 5px;
|
||||
padding:0;
|
||||
}
|
||||
#search-form-modifier{
|
||||
display: none;
|
||||
|
@ -578,9 +585,6 @@ a.view-all-style {
|
|||
}
|
||||
.pictos-arrow-10 {
|
||||
font-family: 'Pictos';
|
||||
font-size: 1.8em;
|
||||
line-height: 0.2em;
|
||||
color: #fff;
|
||||
}
|
||||
/* UPCOMING EVENTS------> */
|
||||
#upcoming-events {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<nav role="navigation">
|
||||
<ul id="header-nav">
|
||||
<#if user.loggedIn>
|
||||
<li><span class="pictos-arrow-10">U</span> ${user.loginName}</li>
|
||||
<li><span class="loginIcon">U</span> ${user.loginName}</li>
|
||||
<li><a href="${urls.logout}">Log out</a></li>
|
||||
<#if user.hasSiteAdminAccess>
|
||||
<li><a href="${urls.siteAdmin}">Site Admin</a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue