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.

91 lines
2.9 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-html-editor-wrap {
  8. border:1px solid;
  9. }
  10. .x-html-editor-tb .x-btn-text {
  11. background:transparent no-repeat;
  12. }
  13. .x-html-editor-tb .x-edit-bold, .x-menu-item img.x-edit-bold {
  14. background-position:0 0;
  15. background-image:url(../images/default/editor/tb-sprite.gif);
  16. }
  17. .x-html-editor-tb .x-edit-italic, .x-menu-item img.x-edit-italic {
  18. background-position:-16px 0;
  19. background-image:url(../images/default/editor/tb-sprite.gif);
  20. }
  21. .x-html-editor-tb .x-edit-underline, .x-menu-item img.x-edit-underline {
  22. background-position:-32px 0;
  23. background-image:url(../images/default/editor/tb-sprite.gif);
  24. }
  25. .x-html-editor-tb .x-edit-forecolor, .x-menu-item img.x-edit-forecolor {
  26. background-position:-160px 0;
  27. background-image:url(../images/default/editor/tb-sprite.gif);
  28. }
  29. .x-html-editor-tb .x-edit-backcolor, .x-menu-item img.x-edit-backcolor {
  30. background-position:-176px 0;
  31. background-image:url(../images/default/editor/tb-sprite.gif);
  32. }
  33. .x-html-editor-tb .x-edit-justifyleft, .x-menu-item img.x-edit-justifyleft {
  34. background-position:-112px 0;
  35. background-image:url(../images/default/editor/tb-sprite.gif);
  36. }
  37. .x-html-editor-tb .x-edit-justifycenter, .x-menu-item img.x-edit-justifycenter {
  38. background-position:-128px 0;
  39. background-image:url(../images/default/editor/tb-sprite.gif);
  40. }
  41. .x-html-editor-tb .x-edit-justifyright, .x-menu-item img.x-edit-justifyright {
  42. background-position:-144px 0;
  43. background-image:url(../images/default/editor/tb-sprite.gif);
  44. }
  45. .x-html-editor-tb .x-edit-insertorderedlist, .x-menu-item img.x-edit-insertorderedlist {
  46. background-position:-80px 0;
  47. background-image:url(../images/default/editor/tb-sprite.gif);
  48. }
  49. .x-html-editor-tb .x-edit-insertunorderedlist, .x-menu-item img.x-edit-insertunorderedlist {
  50. background-position:-96px 0;
  51. background-image:url(../images/default/editor/tb-sprite.gif);
  52. }
  53. .x-html-editor-tb .x-edit-increasefontsize, .x-menu-item img.x-edit-increasefontsize {
  54. background-position:-48px 0;
  55. background-image:url(../images/default/editor/tb-sprite.gif);
  56. }
  57. .x-html-editor-tb .x-edit-decreasefontsize, .x-menu-item img.x-edit-decreasefontsize {
  58. background-position:-64px 0;
  59. background-image:url(../images/default/editor/tb-sprite.gif);
  60. }
  61. .x-html-editor-tb .x-edit-sourceedit, .x-menu-item img.x-edit-sourceedit {
  62. background-position:-192px 0;
  63. background-image:url(../images/default/editor/tb-sprite.gif);
  64. }
  65. .x-html-editor-tb .x-edit-createlink, .x-menu-item img.x-edit-createlink {
  66. background-position:-208px 0;
  67. background-image:url(../images/default/editor/tb-sprite.gif);
  68. }
  69. .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  70. padding:5px;
  71. padding-bottom:1px;
  72. }
  73. .x-html-editor-tb .x-toolbar {
  74. position:static !important;
  75. }