home *** CD-ROM | disk | FTP | other *** search
- @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);
- }