NIHVIVO-556: Created temporary fix for not showing log-in widget after users log-in.

This commit is contained in:
mb863 2010-11-05 18:46:18 +00:00
parent 0083cd84a7
commit 306b4a44f2
2 changed files with 9 additions and 23 deletions

View file

@ -177,19 +177,24 @@ h2{
width: 570px;
padding-bottom: 40px;
}
#intro h3 {
#intro-no-login{
float: left;
width: 920px;
padding-bottom: 40px;
}
#intro h3, #intro-no-login h3 {
padding: 35px 0 12px 24px;
font-size: 22px;
color: #2485ae;
border-bottom: none;
}
#intro p {
#intro p, #intro-no-login p {
font-size: 16px;
color: #5f6464;
line-height: 1.3em;
padding: 0 24px 30px 24px;
}
#intro a {
#intro a, #intro-no-login a {
color: #2485ae
}
.pictos-arrow-14 {

View file

@ -91,27 +91,8 @@
</nav>
<div id="wrapper-content">
<section id="intro">
<h3>What is VIVO?</h3>
<p>VIVO is an open source semantic web application originally developed and implemented at Cornell. When installed and populated with researcher interests, activities, and accomplishments, it enables the discovery of research and scholarship across disciplines at that institution. VIVO supports browsing and a search function which returns faceted results for rapid retrieval of desired information. Content in any local VIVO installation may be maintained manually, brought into VIVO in automated ways from local systems of record, such as HR, grants, course, and faculty activity databases, or from database providers such as publication aggregators and funding agencies. <a href="#">More<span class="pictos-arrow-14"> 4</span></a></p>
<section id="search-home">
<h3>Search VIVO</h3>
<fieldset>
<legend>Search form</legend>
<form id="search-home-vivo" action="${urls.search}" method="post" name="search">
<div id="search-home-field">
<input name="search-home-vivo" class="search-home-vivo" id="search-home-vivo" type="text" />
<a class ="submit" href="#">Search</a>
</div>
</form>
</fieldset>
</section> <!-- #search-home -->
</section> <!-- #intro -->
<@login.markup />
<section id="browse">
<h2>Browse</h2>