page management changes
This commit is contained in:
parent
930c5ee915
commit
1496fab6d9
1 changed files with 12 additions and 1 deletions
|
@ -1636,4 +1636,15 @@ span.subclassExpandPlus {
|
||||||
span.subclassExpandMinus {
|
span.subclassExpandMinus {
|
||||||
padding-right: 14px;
|
padding-right: 14px;
|
||||||
background: url(../images/green_minus_sign.gif) left center no-repeat;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue