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 >
Text File  |  2010-07-12  |  727b  |  39 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3.  
  4. more {
  5.     display: -moz-box;
  6.     -moz-box-orient: vertical;
  7. }
  8.  
  9. more > .content {
  10.     display: none;
  11. }
  12. more[open] > .content {
  13.     display: -moz-box;
  14. }
  15.  
  16. more > button {
  17.     -moz-binding: none;
  18.     -moz-appearance: none;
  19.     cursor: pointer;
  20.     display: block;
  21.     -moz-box-align: baseline;
  22.     -moz-box-pack: end;
  23. }
  24.  
  25. more:not([open]) > button > .label-opened {
  26.     display: none;
  27. }
  28. more[open] > button > .label-closed {
  29.     display: none;
  30. }
  31.  
  32. more > button > image {
  33.     margin: 0 3px;
  34.     list-style-image: url(images/down.png);
  35. }
  36.  
  37. more[open] > button > image {
  38.     list-style-image: url(images/up.png);
  39. }