NIHVIVO-3213: Styled search result feedback

This commit is contained in:
manolobevia 2011-11-08 21:59:01 +00:00
parent 37160aef1a
commit c5eec65693
2 changed files with 9 additions and 5 deletions

View file

@ -381,6 +381,7 @@ a.disable-delete {
border-top: 1px solid #E1E5E7; border-top: 1px solid #E1E5E7;
border-bottom: 1px solid #E1E5E7; border-bottom: 1px solid #E1E5E7;
padding: 10px; padding: 10px;
padding-top: 20px;
} }
#search-proxy h4 { #search-proxy h4 {
margin-bottom: 0; margin-bottom: 0;
@ -419,9 +420,12 @@ p.search-status {
.edit-proxy-profiles { .edit-proxy-profiles {
} }
section.proxy-profile:nth-child(even) { section.list-proxy-profile:nth-child(2n) {
background-color: #fff; background-color: #fff;
} }
section.proxy-profile:nth-child(0) { /*section.proxy-profile:nth-child(0) {
background-color: #eaeae8; background-color: #eaeae8 !important;
}*/
#search-proxy p {
margin-top: .3em;
} }

View file

@ -125,8 +125,8 @@ ${stylesheets.add('<link rel="stylesheet" href="${urls.base}/js/jquery-ui/css/sm
<#if searchTerm?has_content> <#if searchTerm?has_content>
<p> <p>
Search results for "${searchTerm}" | Search results for "<span class="blue">${searchTerm}</span>" |
<a href="${formUrls.list}">View all proxies</a> <a href="${formUrls.list}">View all profile editors</a>
</p> </p>
</#if> </#if>
</form> </form>