Merge pull request #4 from vivo-project/feature/search-download

Feature/search download
This commit is contained in:
Jim Blake 2013-06-28 12:15:12 -07:00
commit 6641725042
9 changed files with 180 additions and 10 deletions

View file

@ -79,7 +79,22 @@ ul.searchTips li {
}
span#searchHelp {
float:right;
margin-top:-45px;
margin-top:10px;
font-size:.825em;
padding-right:32px
}
span#downloadResults {
float:left;
margin-top:10px;
font-size:.825em;
padding-left:10px
}
img#downloadIcon {
cursor: pointer;
}
.download-url {
padding: 5px 25px 5px;
}

View file

@ -133,10 +133,17 @@
border-bottom: none
}
.searchTOC ul a {
display: block;
display: inline;
padding-left: 25px;
}
.searchTOC ul span {
float:right;
padding-right: 10px;
color:grey;
font-size:smaller;
}
/* -------------------------------------------------> */
/* DROP DOWN USER MENU ----------------------------> */
/* -------------------------------------------------> */