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 / fil2BB7BD6113E5DA495DC940714063957E < prev    next >
Text File  |  2010-07-12  |  1KB  |  42 lines

  1. @import url("chrome://global/skin/");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. button[dlgtype="back"], button[dlgtype="next"] { display:none; }
  5.  
  6. button[dlgtype] label {
  7.   -moz-binding: url("chrome://yasearch/content/yasearch.xbl#locale-dialog-button-labels");
  8. }
  9.  
  10. #yasearch-first-start-wizard {
  11.   min-height: 44em;
  12.   min-width: 53em;
  13. }
  14.  
  15. #licenseFrame {
  16.   -moz-appearance: none;
  17.   margin: 2px 4px;
  18.   border: 2px solid;
  19.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  20.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  21.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  22.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  23.   background-color: -moz-Field;
  24.   color: -moz-FieldText;
  25. }
  26.  
  27. button + spacer[style] {display:none;}
  28.  
  29. #yasearch-first-start-wizard[yaHiddenLicense="true"] {
  30.   min-height: 15em !important;
  31.   height: auto;
  32. }
  33.  
  34. #yasearch-first-start-wizard[yaHiddenLicense="true"] * {
  35.   overflow: hidden;
  36. }
  37.  
  38. #yasearch-first-start-wizard[yaHiddenLicense="true"] #licenseGroupbox,
  39. #yasearch-first-start-wizard[yaHiddenLicense="true"] button[dlgtype="cancel"],
  40. #yasearch-first-start-wizard[yaHiddenLicense="true"] .wizard-header-description {
  41.   display: none;
  42. }