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.

34 lines
806 B

  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 .ext-mb-text,
  8. .x-window-dlg .x-window-header-text {
  9. font-size:15px;
  10. }
  11. .x-window-dlg .ext-mb-textarea {
  12. font:normal 15px tahoma,arial,helvetica,sans-serif;
  13. }
  14. .x-window-dlg .x-msg-box-wait {
  15. background-image:url(../images/access/grid/loading.gif);
  16. }
  17. .x-window-dlg .ext-mb-info {
  18. background-image:url(../images/access/window/icon-info.gif);
  19. }
  20. .x-window-dlg .ext-mb-warning {
  21. background-image:url(../images/access/window/icon-warning.gif);
  22. }
  23. .x-window-dlg .ext-mb-question {
  24. background-image:url(../images/access/window/icon-question.gif);
  25. }
  26. .x-window-dlg .ext-mb-error {
  27. background-image:url(../images/access/window/icon-error.gif);
  28. }