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 / fil52EA3344ECA661FFF492659B87D9274C < prev    next >
Text File  |  2010-07-12  |  921b  |  47 lines

  1. @import url("chrome://global/skin/global.css");
  2. @import url("../../../bindings/orange/orange.css");
  3.  
  4. notification-update {
  5.     -moz-binding: url("notification-update.xml#notification-update");
  6.     -moz-box-flex: 1;
  7.     min-width: 334px;
  8.     max-width: 334px;
  9. }
  10.  
  11. /* binding zone */
  12. notification-update {
  13.     -moz-box-orient: horizontal;
  14.     -moz-box-align: start;
  15. }
  16.  
  17. notification-update > image {
  18.     list-style-image: url("/skin/images/bar-logo-48.png");
  19.     margin: 10px 10px 0 0;
  20. }
  21.  
  22. notification-update .button-custom {
  23.     position: relative;
  24.     -moz-box-flex: 0;
  25.     
  26. }
  27.  
  28. notification-update .buttons {
  29.     margin-top: 10px;
  30.     -moz-box-pack: end;
  31. }
  32.  
  33. notification-update label {
  34.     margin-top: 10px;
  35. }
  36.  
  37. notification-update .title {
  38.     font-weight: bold;
  39.     font-size: 12pt;
  40.     color: #a82e17;
  41.     margin: 0;
  42. }
  43.  
  44. notification-update .content {
  45.     -moz-box-flex: 1;
  46. }
  47.