page management changes

This commit is contained in:
tworrall 2012-06-24 21:23:49 +00:00
parent 930c5ee915
commit 1496fab6d9

View file

@ -1637,3 +1637,14 @@ span.subclassExpandMinus {
padding-right: 14px;
background: url(../images/green_minus_sign.gif) left center no-repeat;
}
/* -------------------------------------------------> */
/* PAGE MANAGEMENT --------------------------------> */
/* -------------------------------------------------> */
.expandArrow {
background:url(../images/green_plus_sign.gif) right center no-repeat;
min-height:18px;
}
.collapseArrow {
background:url(../images/green_minus_sign.gif) right center no-repeat;
min-height:18px;
}