296e61101595ee0f601bc49bfe4d91d49fc7334c.svn-base 472 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. html, body {
  9. font:normal 12px verdana;
  10. margin:0;
  11. padding:0;
  12. border:0 none;
  13. overflow:hidden;
  14. height:100%;
  15. }
  16. .x-panel-body p {
  17. margin:5px;
  18. }
  19. .settings {
  20. background-image:url( ../shared/icons/fam/folder_wrench.png ) !important;
  21. }
  22. .nav {
  23. background-image:url( ../shared/icons/fam/folder_go.png ) !important;
  24. }