NIHVIVO-1361: Added style alert message for Log out users, alert message for users trying to edit VIVO content without having javaScript enable, made more prominent icon profile for when user logins in top header navigation bar, cleaned up widget-login.ftl semantic markup and css on VITRO and Willma theme.
This commit is contained in:
parent
e1c6dc1fc9
commit
8b9c4c4726
2 changed files with 13 additions and 12 deletions
|
@ -330,7 +330,7 @@ p.request-account {
|
||||||
p.request-account a{
|
p.request-account a{
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
p.passwordNote{
|
p.password-note{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #949696;
|
color: #949696;
|
||||||
padding-left:38px;
|
padding-left:38px;
|
||||||
|
@ -446,7 +446,7 @@ ul#browse-classgroups .count-classes {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
}
|
}
|
||||||
ul#class-group-list {
|
ul#classgroup-list {
|
||||||
float: left;
|
float: left;
|
||||||
width: 268px;
|
width: 268px;
|
||||||
padding: 0 10px 15px 22px;
|
padding: 0 10px 15px 22px;
|
||||||
|
@ -454,7 +454,7 @@ ul#class-group-list {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-right: 1px solid #dde5e4;
|
border-right: 1px solid #dde5e4;
|
||||||
}
|
}
|
||||||
ul#class-group-list li {
|
ul#classgroup-list li {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
width: 268px;
|
width: 268px;
|
||||||
|
@ -463,10 +463,10 @@ ul#class-group-list li {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
}
|
}
|
||||||
ul#class-group-list li:last-child {
|
ul#classgroup-list li:last-child {
|
||||||
border-bottom: none
|
border-bottom: none
|
||||||
}
|
}
|
||||||
ul#class-group-list a {
|
ul#classgroup-list a {
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
@ -474,15 +474,15 @@ ul#class-group-list a {
|
||||||
color: #5e6363;
|
color: #5e6363;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
ul#class-group-list a:hover {
|
ul#classgroup-list a:hover {
|
||||||
background: url(../images/arrow.gif) 0 12px no-repeat;
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
||||||
color: #2ea0cf;
|
color: #2ea0cf;
|
||||||
}
|
}
|
||||||
ul#class-group-list a.selected {
|
ul#classgroup-list a.selected {
|
||||||
color: #2ea0cf;
|
color: #2ea0cf;
|
||||||
background: url(../images/arrow.gif) 0 12px no-repeat;
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
||||||
}
|
}
|
||||||
ul#class-group-list .count-individuals {
|
ul#classgroup-list .count-individuals {
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
}
|
}
|
||||||
/* VISUALIZATION ------> */
|
/* VISUALIZATION ------> */
|
||||||
|
@ -576,8 +576,9 @@ a.view-all-style {
|
||||||
}
|
}
|
||||||
.pictos-arrow-10 {
|
.pictos-arrow-10 {
|
||||||
font-family: 'Pictos';
|
font-family: 'Pictos';
|
||||||
font-size: 1.0em;
|
font-size: 1.8em;
|
||||||
line-height: 1.0em;
|
line-height: 0.2em;
|
||||||
|
color:#fff;
|
||||||
}
|
}
|
||||||
/* UPCOMING EVENTS------> */
|
/* UPCOMING EVENTS------> */
|
||||||
#upcoming-events {
|
#upcoming-events {
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Search form</legend>
|
<legend>Search form</legend>
|
||||||
<form id="search-home-vivo" action="${urls.search}" method="post" name="searchHome" role="search">
|
<form id="search-home-vivo" action="${urls.search}" method="post" name="search-home" role="search">
|
||||||
<#if user.showFlag1SearchField>
|
<#if user.showFlag1SearchField>
|
||||||
<select id="search-form-modifier" name="flag1" class="form-item" >
|
<select id="search-form-modifier" name="flag1" class="form-item" >
|
||||||
<option value="nofiltering" selected="selected">entire database (${user.loginName})</option>
|
<option value="nofiltering" selected="selected">entire database (${user.loginName})</option>
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
|
|
||||||
<section id="browse-classes" role="navigation">
|
<section id="browse-classes" role="navigation">
|
||||||
<nav>
|
<nav>
|
||||||
<ul id="class-group-list" role="list">
|
<ul id="classgroup-list" role="list">
|
||||||
<li role="listitem"><a href="#">Faculty Member<span class="count-individuals"> (18,080)</span></a></li>
|
<li role="listitem"><a href="#">Faculty Member<span class="count-individuals"> (18,080)</span></a></li>
|
||||||
<li role="listitem"><a class="selected" href="#">Graduate Student<span class="count-individuals"> (2,550)</span></a></li>
|
<li role="listitem"><a class="selected" href="#">Graduate Student<span class="count-individuals"> (2,550)</span></a></li>
|
||||||
<li role="listitem"><a href="#">Librarian <span class="count-individuals"> (1,280)</span></a></li>
|
<li role="listitem"><a href="#">Librarian <span class="count-individuals"> (1,280)</span></a></li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue