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.

61 lines
1.1 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-window-dlg .x-window-body {
  8. border:0 none !important;
  9. padding:5px 10px;
  10. overflow:hidden !important;
  11. }
  12. .x-window-dlg .x-window-mc {
  13. border:0 none !important;
  14. }
  15. .x-window-dlg .ext-mb-input {
  16. margin-top:4px;
  17. width:95%;
  18. }
  19. .x-window-dlg .ext-mb-textarea {
  20. margin-top:4px;
  21. }
  22. .x-window-dlg .x-progress-wrap {
  23. margin-top:4px;
  24. }
  25. .ext-ie .x-window-dlg .x-progress-wrap {
  26. margin-top:6px;
  27. }
  28. .x-window-dlg .x-msg-box-wait {
  29. background:transparent no-repeat left;
  30. display:block;
  31. width:300px;
  32. padding-left:18px;
  33. line-height:18px;
  34. }
  35. .x-window-dlg .ext-mb-icon {
  36. float:left;
  37. width:47px;
  38. height:32px;
  39. }
  40. .ext-ie .x-window-dlg .ext-mb-icon {
  41. width:44px; /* 3px IE margin issue */
  42. }
  43. .x-window-dlg .x-dlg-icon .ext-mb-content{
  44. zoom: 1; margin-left: 47px;
  45. }
  46. .x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
  47. background:transparent no-repeat top left;
  48. }
  49. .ext-gecko2 .ext-mb-fix-cursor {
  50. overflow:auto;
  51. }