70f4fc2df718685a3930dc4f6a69e6f88194ed4a.svn-base 707 B

123456789101112131415161718192021222324252627282930313233343536
  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. .list {list-style:square;width:500px;padding-left:16px;}
  9. .list li{padding:2px;font-size:8pt;}
  10. pre {
  11. font-size:11px;
  12. }
  13. .x-tab-panel-body .x-panel-body {
  14. padding:10px;
  15. }
  16. /* default loading indicator for ajax calls */
  17. .loading-indicator {
  18. font-size:8pt;
  19. background-image:url('../../resources/images/default/grid/loading.gif');
  20. background-repeat: no-repeat;
  21. background-position: left;
  22. padding-left:20px;
  23. }
  24. .new-tab {
  25. background-image:url(../feed-viewer/images/new_tab.gif) !important;
  26. }
  27. .tabs {
  28. background-image:url( ../desktop/images/tabs.gif ) !important;
  29. }