home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2011 November
/
CHIP_2011_11.iso
/
Programy
/
Narzedzia
/
AIMP2
/
aimp_2.61.583.exe
/
$TEMP
/
YandexPackSetup.msi
/
fil2BD07D442AD3191BC27A07C781D57C87
< prev
next >
Wrap
Text File
|
2010-07-12
|
727b
|
39 lines
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
more {
display: -moz-box;
-moz-box-orient: vertical;
}
more > .content {
display: none;
}
more[open] > .content {
display: -moz-box;
}
more > button {
-moz-binding: none;
-moz-appearance: none;
cursor: pointer;
display: block;
-moz-box-align: baseline;
-moz-box-pack: end;
}
more:not([open]) > button > .label-opened {
display: none;
}
more[open] > button > .label-closed {
display: none;
}
more > button > image {
margin: 0 3px;
list-style-image: url(images/down.png);
}
more[open] > button > image {
list-style-image: url(images/up.png);
}