home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / fusion.jar / skin / fusion / browser / pageInfo.css < prev    next >
Cascading Style Sheet File  |  2005-07-29  |  440b  |  32 lines

  1. @import "chrome://global/skin/";
  2.  
  3. tree {
  4.   margin: .5em;
  5. }
  6.  
  7. textbox,
  8. textbox > .textbox-internal-box,
  9. textbox > .textarea-internal-box {
  10.   background: transparent !important;
  11.   border: none;
  12.   padding: 0px;
  13.   -moz-appearance: none;
  14. }
  15.  
  16. textbox.header {
  17.   margin-left: 0;
  18. }
  19.  
  20. .iframe {
  21.   margin: .5em;
  22.   background: white;
  23.   overflow: auto;
  24. }
  25.  
  26. #thepreviewimage {
  27.   margin: 1em;
  28. }
  29.  
  30. .fixedsize {
  31.   height: 8.5em;
  32. }