Adding missing images for collapsible syspref sections

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Owen Leonard 2010-01-29 15:47:06 -05:00 committed by Galen Charlton
parent 495002eaf9
commit a093110976
3 changed files with 7 additions and 5 deletions

View file

@ -51,11 +51,13 @@ h3 {
}
h3.expanded {
cursor : pointer;
}
h3.collapsed {
background : transparent url("../../img/more.gif") 0 6px no-repeat;
background : transparent url("../../img/collapse.gif") 0 6px no-repeat;
cursor : pointer;
padding-left : 12px;
}
h3.collapsed {
background : transparent url("../../img/expand.gif") 0 6px no-repeat;
cursor : pointer;
padding-left : 12px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 B