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 / filD4509A7682148C8C53489DAC9C999752 < prev    next >
Text File  |  2010-07-12  |  2KB  |  64 lines

  1. @import url("chrome://global/skin/");
  2. @import url("bindings/chevron/chevron.css");
  3.  
  4. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  5. @namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6. @namespace html url("http://www.w3.org/1999/xhtml");
  7.  
  8. toolbar toolbaritem[xb-widget][xb-app="yasearch"] {
  9.   -moz-binding: url("bindings/ui/widget.xml#widget");
  10. }
  11.  
  12. toolbaritem[xb-widget][xb-app="yasearch"] > toolbarbutton,
  13. toolbaritem[xb-widget][xb-app="yasearch"] > toolbarbutton > toolbarbutton {
  14.   min-width: 16px !important; /* fixes wide custom buttons, if full toolbar mode is on */
  15.   -moz-box-orient: horizontal !important;
  16.   -moz-binding: url("bindings/ui/button.xml#button-toolbar") !important;
  17. }
  18. toolbaritem[xb-widget][xb-app="yasearch"] > toolbarbutton[type="menu-button"] {
  19.   -moz-binding: url("bindings/ui/button.xml#button-toolbar-with-menu") !important;
  20. }
  21.  
  22. toolbaritem[xb-widget][xb-app="yasearch"] menu {
  23.   -moz-binding: url("bindings/ui/menu.xml#menu") !important;
  24. }
  25.  
  26. toolbaritem[xb-widget][xb-app="yasearch"] menuitem {
  27.   -moz-binding: url("bindings/ui/menu.xml#menu-item") !important;
  28. }
  29.  
  30. toolbaritem[xb-widget][xb-app="yasearch"] image[xb-name="image"] {
  31.   margin-right: 2px;
  32. }
  33.  
  34. toolbaritem[xb-widget][xb-app="yasearch"] html|span[xb-name="style"] {
  35.   display: inline-block;
  36.   /*padding: 0 2px;*/
  37. }
  38.  
  39. toolbaritem[xb-widget][xb-app="yasearch"] html|span[xb-name="style"]:empty {
  40.   display: none;
  41. }
  42.  
  43. toolbaritem[xb-widget][xb-app="yasearch"] html|table {
  44.   margin: 0;
  45.   padding: 0;
  46.   border-width: 0;
  47.   border-style: solid;
  48.   border-color: black;
  49.   border-collapse: collapse;
  50. }
  51.  
  52. toolbaritem[xb-widget][xb-app="yasearch"] html|td {
  53.   padding: 1px 3px;
  54.   border-width: 0;
  55.   border-style: solid;
  56.   border-color: black;
  57. }
  58.  
  59. toolbaritem[xb-customize="removed"],
  60. toolbarseparator[xb-customize="removed"],
  61. toolbarspacer[xb-customize="removed"],
  62. toolbarspring[xb-customize="removed"] {
  63.   display: none !important;
  64. }