home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / browser.jar / content / browser / aboutDialog.css next >
Encoding:
Cascading Style Sheet File  |  2008-04-04  |  1.5 KB  |  94 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: 380px;
  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.   margin-top: 10px;
  26.   -moz-margin-end: 13px;
  27.   margin-bottom: 0;
  28.   -moz-margin-start: 13px;
  29.   background-color: #FFFFFF;
  30.   color: #000000;
  31.   padding-top: 1px;
  32.   -moz-padding-end: 1px;
  33.   padding-bottom: 1px;
  34.   -moz-padding-start: 3px;
  35.   -moz-appearance: none;
  36.   overflow: hidden;
  37.   border: 0;
  38. }
  39.  
  40. #groove {
  41.   margin-top: 0;
  42. }
  43.  
  44. #creditsIframe {
  45.   cursor: default;
  46.   -moz-user-select: none;
  47.   border: 0;
  48. }
  49.  
  50. #version {
  51.   font-weight: bold;
  52.   color: #909090;
  53.   margin-top: 1em;
  54.   -moz-margin-end: 0;
  55.   margin-bottom: 10px;
  56.   -moz-margin-start: 17px;
  57. }
  58.  
  59. #distribution {
  60.   font-weight: bold;
  61.   color: #909090;
  62.   display: none;
  63.   margin-top: 0;
  64.   -moz-margin-end: 0;
  65.   margin-bottom: 0;
  66.   -moz-margin-start: 17px;
  67. }
  68.  
  69. #distributionId {
  70.   font-weight: bold;
  71.   color: #909090;
  72.   display: none;
  73.   margin-top: 0;
  74.   -moz-margin-end: 0;
  75.   margin-bottom: 10px;
  76.   -moz-margin-start: 17px;
  77. }
  78.  
  79. #copyright {
  80.   margin-top: 0;
  81.   -moz-margin-end: 16px;
  82.   margin-bottom: 3px;
  83.   -moz-margin-start: 16px;
  84. }
  85.  
  86. button[dlgtype="extra2"] {
  87.   -moz-margin-start: 13px;
  88. }
  89.  
  90. button[dlgtype="accept"] {
  91.   -moz-margin-end: 13px;
  92. }
  93.