NIHVIVO-641: Browse alpha mechanism has been changed to an horizontal layout and placed it above the individuals display area.

This commit is contained in:
mb863 2011-01-13 23:43:49 +00:00
parent 345e2e255e
commit a5bd4145b3
2 changed files with 6 additions and 8 deletions

View file

@ -989,27 +989,25 @@ ul#browse-childClasses .count-classes {
/* ALPHA BROWSE------> */
ul#alpha-browse-childClass {
border: 1px solid #dde4e3;
border-right: 0;
}
ul#alpha-browse-childClass {
background-color: #fff;
border-left: 1px solid #dde4e3;
border-bottom: none;
}
ul#alpha-browse-childClass li {
font-size: 1.125em;
font-size: .8em;
}
ul#alpha-browse-childClass a {
color: #5e6363;
text-decoration: none;
border-bottom: 1px solid #dde4e3;
}
ul#alpha-browse-childClass a:hover {
background: url(../images/arrow.gif) 0 12px no-repeat;
background: url(../images/arrowSmall.gif) -3px 7px no-repeat;
color: #2ea0cf;
}
ul#alpha-browse-childClass a.selected {
color: #2ea0cf;
background: url(../images/arrow.gif) 0 12px no-repeat;
background: url(../images/arrowSmall.gif) -3px 7px no-repeat;
margin-right: 3px;
}
ul#alpha-browse-childClass .count-classes {
font-size: .75em;
@ -1019,7 +1017,7 @@ ul#alpha-browse-childClass .count-classes {
}
/* BROWSE INDIVIDUALS------> */
#individuals-in-childClass {
width: 500px;
width: 630px;
border: 1px solid #dde4e3;
background-color: #fff;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 B