home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / Tools / yabar.msi / fil2BB7BD6113E5DA495DC940714063957E < prev    next >
Encoding:
Text File  |  2010-04-16  |  1.3 KB  |  43 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. /* Hidden license block */
  30. #yasearch-first-start-wizard[yaHiddenLicense="true"] {
  31.   min-height: 15em !important;
  32.   height: auto;
  33. }
  34.  
  35. #yasearch-first-start-wizard[yaHiddenLicense="true"] * {
  36.   overflow: hidden;
  37. }
  38.  
  39. #yasearch-first-start-wizard[yaHiddenLicense="true"] #licenseGroupbox,
  40. #yasearch-first-start-wizard[yaHiddenLicense="true"] button[dlgtype="cancel"],
  41. #yasearch-first-start-wizard[yaHiddenLicense="true"] .wizard-header-description {
  42.   display: none;
  43. }