home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / komunikace / netscape / nsb-install-8-0.exe / chrome / browser.jar / content / browser / manageEmailDialog.css < prev    next >
Cascading Style Sheet File  |  2005-09-26  |  907b  |  60 lines

  1.  #aboutDialog {
  2.    padding: 0px 0px 10px 0px;
  3.  }
  4.  
  5.  #clientBox {
  6.    background-image: url("chrome://browser/content/about.png");
  7.    background-repeat: no-repeat;
  8.    background-color: #FFFFFF;
  9.    padding-top: 203px;
  10.    color: #000000;
  11.  }
  12.  
  13.  #selectedItem {
  14.    font-weight: bold; font-size: larger;
  15.  } 
  16.  
  17.  #detailsBox {
  18.    padding: 8px 10px 10px 8px;
  19.  }
  20.  
  21.  #userAgent {
  22.    margin: 3px 10px 3px 5px;
  23.    background-color: #FFFFFF;
  24.    color: #000000;
  25.    padding: 1px 0px 1px 3px;
  26.    -moz-appearance: none;
  27.    overflow: hidden;
  28.  
  29.    height: 2.4em;
  30.  
  31.    border: none;
  32.  }
  33.  
  34.  #groove {
  35.    margin-top: 0px;
  36.  }
  37.  
  38.  #creditsIframe {
  39.    cursor: default;
  40.    -moz-user-select: none;
  41.  }
  42.  
  43.  #version {
  44.    font-weight: bold;
  45.    color: #909090;
  46.    margin: 1em 0px 10px 17px;
  47.  }
  48.  
  49.  #copyright {
  50.    margin: 0px 0px 3px 16px;
  51.  }
  52.  
  53.  button[dlgtype="cancel"] {
  54.    margin-left: 13px;
  55.  }
  56.  
  57.  button[dlgtype="accept"] {
  58.    margin-right: 13px;
  59.  }
  60.