NIHVIVO-3665 - vivo components for new class hierarchy

This commit is contained in:
tworrall 2012-05-08 19:04:03 +00:00
parent 219ea3d0d5
commit 3ba6640e85
2 changed files with 28 additions and 9 deletions

View file

@ -1617,4 +1617,23 @@ input.add-account:active {
#associateProfileBackgroundTwo {
padding:7px 94px 45px 0;
margin-top:-120px;
}
/* -------------------------------------------------> */
/* CLASS HIERARCHY --------------------------------> */
/* -------------------------------------------------> */
span.headerSpanPlus {
width: 12px;
background: url(../images/green_plus_sign.gif) left center no-repeat;
}
span.headerSpanMinus {
width: 12px;
background: url(../images/green_minus_sign.gif) left center no-repeat;
}
span.subclassExpandPlus {
padding-right: 14px;
background: url(../images/green_plus_sign.gif) left center no-repeat;
}
span.subclassExpandMinus {
padding-right: 14px;
background: url(../images/green_minus_sign.gif) left center no-repeat;
}