NIHVIVO-641: Relocated 'find by' section in menupage people.

This commit is contained in:
mb863 2011-02-03 22:11:42 +00:00
parent 7ed25b3937
commit 2445849607

View file

@ -59,22 +59,30 @@ ul#vgraph-classes a {
/* FIND BY ------> */ /* FIND BY ------> */
#find-by { #find-by {
float: right; float: right;
margin: 0 2em .4em 0; margin: 0 1.1em 1em 0;
padding: 8px 8px 3px 5px;
} }
#find-by h3 { #find-by h3 {
padding: 0 0 .2em .8em; padding: 0 .2em .2em .8em;
border-bottom: 0; border-bottom: 0;
float: left;
}
ul#find-filters {
float: right;
} }
ul#find-filters li { ul#find-filters li {
float: left; float: left;
padding-left: 10px; padding-left: 3px;
padding-right: 15px;
border-right: 1px solid #E4EAE9;
} }
ul#find-filters li:last-child { ul#find-filters li:last-child {
border-bottom: 0; border-bottom: 0;
border-right: none;
} }
ul#find-filters a { ul#find-filters a {
display: block; display: block;
padding-left: 15px; padding-left: 13px;
} }
/* RESEARCHERS ------> */ /* RESEARCHERS ------> */
#researchers { #researchers {