home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2010 April / PCA177.iso / ESSENTIALS / Firefox Setup.exe / nonlocalized / chrome / browser.jar / content / browser / aboutDialog.css next >
Encoding:
Cascading Style Sheet File  |  2009-07-15  |  1.6 KB  |  102 lines

  1. #aboutDialog {
  2.   padding-top: 0;
  3.   -moz-padding-end: 0;
  4.   padding-bottom: 10px;
  5.   -moz-padding-start: 0;
  6.   width: 299px;
  7. }
  8.  
  9. #modes {
  10.   min-height: 400px;
  11. }
  12.  
  13. #clientBox {
  14.   background-image: url("chrome://branding/content/about.png");
  15.   background-repeat: no-repeat;
  16.   background-color: #FFFFFF;
  17.   padding-top: 203px;
  18.   color: #000000;
  19. }
  20.  
  21. #brandName {
  22.   font-weight: bold; font-size: larger;
  23.  
  24. #userAgent {
  25.   direction: ltr;
  26.   margin-top: 10px;
  27.   -moz-margin-end: 13px;
  28.   margin-bottom: 0;
  29.   -moz-margin-start: 13px;
  30.   background-color: #FFFFFF;
  31.   color: #000000;
  32.   padding-top: 1px;
  33.   -moz-padding-end: 1px;
  34.   padding-bottom: 1px;
  35.   -moz-padding-start: 3px;
  36.   -moz-appearance: none;
  37.   overflow: hidden;
  38.   border: 0;
  39. }
  40.  
  41. #groove {
  42.   margin-top: 0;
  43. }
  44.  
  45. #creditsIframe {
  46.   cursor: default;
  47.   -moz-user-select: none;
  48.   border: 0;
  49. }
  50.  
  51. #version {
  52.   font-weight: bold;
  53.   color: #909090;
  54.   margin-top: 1em;
  55.   -moz-margin-end: 0;
  56.   margin-bottom: 10px;
  57.   -moz-margin-start: 17px;
  58. }
  59.  
  60. #distribution {
  61.   font-weight: bold;
  62.   color: #909090;
  63.   display: none;
  64.   margin-top: 0;
  65.   -moz-margin-end: 0;
  66.   margin-bottom: 0;
  67.   -moz-margin-start: 17px;
  68. }
  69.  
  70. #distributionId {
  71.   font-weight: bold;
  72.   color: #909090;
  73.   display: none;
  74.   margin-top: 0;
  75.   -moz-margin-end: 0;
  76.   margin-bottom: 10px;
  77.   -moz-margin-start: 17px;
  78. }
  79.  
  80. #copyright {
  81.   margin-top: 0;
  82.   -moz-margin-end: 16px;
  83.   margin-bottom: 3px;
  84.   -moz-margin-start: 16px;
  85. }
  86.  
  87. button[dlgtype="extra2"] {
  88.   -moz-margin-start: 13px;
  89. }
  90.  
  91. button[dlgtype="accept"] {
  92.   -moz-margin-end: 13px;
  93. }
  94.  
  95. .text-link,
  96. .text-link:focus {
  97.   margin: 0px;
  98.   padding: 0px;
  99.   border: 0px;
  100. }
  101.