home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Phoenity.jar / browser / pageInfo.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-09-06  |  424 b   |  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-color: transparent !important;
  11. border: 0;
  12. padding: 0;
  13. -moz-appearance: none;
  14. }
  15.  
  16. textbox.header {
  17. margin-left: 0;
  18. }
  19.  
  20. .iframe {
  21. margin: .5em;
  22. background-color: #fff;
  23. overflow: auto;
  24. }
  25.  
  26. #thepreviewimage {
  27. margin: 1em;
  28. }
  29.  
  30. .fixedsize {
  31. height: 8.5em;
  32. }