Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB

  1. /*!
  2. * Ext JS Library 3.2.0
  3. * Copyright(c) 2006-2010 Ext JS, Inc.
  4. * licensing@extjs.com
  5. * http://www.extjs.com/license
  6. */
  7. .x-tip .x-tip-close{
  8. background-image: url(../images/default/qtip/close.gif);
  9. }
  10. .x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
  11. background-image: url(../images/default/qtip/tip-sprite.gif);
  12. }
  13. .x-tip .x-tip-mc {
  14. font: normal 11px tahoma,arial,helvetica,sans-serif;
  15. }
  16. .x-tip .x-tip-ml {
  17. background-color: #fff;
  18. }
  19. .x-tip .x-tip-header-text {
  20. font: bold 11px tahoma,arial,helvetica,sans-serif;
  21. color:#444;
  22. }
  23. .x-tip .x-tip-body {
  24. font: normal 11px tahoma,arial,helvetica,sans-serif;
  25. color:#444;
  26. }
  27. .x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
  28. .x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr
  29. {
  30. background-image: url(../images/default/form/error-tip-corners.gif);
  31. }
  32. .x-form-invalid-tip .x-tip-body {
  33. background-image:url(../images/default/form/exclamation.gif);
  34. }
  35. .x-tip-anchor {
  36. background-image:url(../images/default/qtip/tip-anchor-sprite.gif);
  37. }