NIHVIVO-3140: Added border to browse individuals header in menu pages.

This commit is contained in:
manolobevia 2011-08-22 20:25:59 +00:00
parent ef45185c4c
commit 513455b4e3

View file

@ -1116,6 +1116,12 @@ ul#alpha-browse-individuals .count-classes {
.alphaIndex { .alphaIndex {
font-size: .8em; font-size: .8em;
} }
nav#alpha-browse-container {
border: 1px solid #dde4e3;
background-color: #fff;
border-left: 1px solid #dde4e3;
border-bottom: none;
}
/* BROWSE INDIVIDUALS------> */ /* BROWSE INDIVIDUALS------> */
#individuals-in-class { #individuals-in-class {
width: 629px; width: 629px;