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.

68 lines
1.7 KiB

  1. /*
  2. * Ext JS Library 2.2
  3. * Copyright(c) 2006-2008, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-window-dlg .x-window-body {
  9. border:0 none !important;
  10. padding:5px 10px;
  11. overflow:hidden !important;
  12. }
  13. .x-window-dlg .x-window-mc {
  14. border:0 none !important;
  15. }
  16. .x-window-dlg .ext-mb-text,
  17. .x-window-dlg .x-window-header-text {
  18. font-size:12px;
  19. }
  20. .x-window-dlg .ext-mb-input {
  21. margin-top:4px;
  22. width:95%;
  23. }
  24. .x-window-dlg .ext-mb-textarea {
  25. margin-top:4px;
  26. font:normal 12px tahoma,arial,helvetica,sans-serif;
  27. }
  28. .x-window-dlg .x-progress-wrap {
  29. margin-top:4px;
  30. }
  31. .ext-ie .x-window-dlg .x-progress-wrap {
  32. margin-top:6px;
  33. }
  34. .x-window-dlg .x-msg-box-wait {
  35. background: transparent url(../images/default/grid/loading.gif) no-repeat left;
  36. display:block;
  37. width:300px;
  38. padding-left:18px;
  39. line-height:18px;
  40. }
  41. .x-window-dlg .ext-mb-icon {
  42. float:left;
  43. width:47px;
  44. height:32px;
  45. }
  46. .x-window-dlg .ext-mb-icon {
  47. float:left;
  48. width:47px;
  49. height:32px;
  50. }
  51. .ext-ie .x-window-dlg .ext-mb-icon {
  52. width:44px; /* 3px IE margin issue */
  53. }
  54. .x-window-dlg .ext-mb-info {
  55. background:transparent url(../images/default/window/icon-info.gif) no-repeat top left;
  56. }
  57. .x-window-dlg .ext-mb-warning {
  58. background:transparent url(../images/default/window/icon-warning.gif) no-repeat top left;
  59. }
  60. .x-window-dlg .ext-mb-question {
  61. background:transparent url(../images/default/window/icon-question.gif) no-repeat top left;
  62. }
  63. .x-window-dlg .ext-mb-error {
  64. background:transparent url(../images/default/window/icon-error.gif) no-repeat top left;
  65. }
  66. .ext-gecko2 .ext-mb-fix-cursor {
  67. overflow:auto;
  68. }