NIHVIVO-1293 Corrected typo in variable name to show classgroup limitation on search results. Also added search.css from vivo-basic, as a temporary measure to format search results.
This commit is contained in:
parent
8d0e24df42
commit
676baeb596
3 changed files with 68 additions and 2 deletions
63
themes/wilma/css/search.css
Normal file
63
themes/wilma/css/search.css
Normal file
|
@ -0,0 +1,63 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/*************************************************
|
||||
|
||||
vivo-basic theme: search results styles
|
||||
|
||||
**************************************************/
|
||||
|
||||
/***** Search form *****/
|
||||
|
||||
.advancedSearchForm .form-button {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
||||
/***** Class and subclass refinement links *****/
|
||||
|
||||
.searchTOC {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
|
||||
/***** Search results *****/
|
||||
|
||||
.searchhits li {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
span.SearchTerm, h1 span.SearchTerm, a:link span.SearchTerm, a:visited span.SearchTerm {
|
||||
font-weight: bold;
|
||||
color: #7D7D7D;
|
||||
}
|
||||
|
||||
|
||||
/***** Paging links *****/
|
||||
|
||||
.searchpages {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.searchpages a, .searchpages span {
|
||||
margin-left: .5em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
.searchpages a:link, .searchpages a:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.searchpages a:hover, .searchpages a:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.searchpages a.prev {
|
||||
margin-right: 1em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.searchpages a.next {
|
||||
margin-left: 1em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
//Fix Transparent PNGs in IE6.
|
||||
//webapp/web/js/jquery_plugins/supersleight.js creates the supersleight() method
|
||||
$('body').supersleight();
|
|
@ -1,4 +1,7 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#import "lib-list.ftl" as l>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
@ -33,7 +36,7 @@
|
|||
<#if siteTagline?has_content>
|
||||
<em>${siteTagline}</em>
|
||||
</#if>-->
|
||||
<#import "lib-list.ftl" as l>
|
||||
|
||||
|
||||
<nav>
|
||||
<ul id="header-nav">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue