e515c512f4c4930cd1511b561b286e4a3ebfc34a.svn-base 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Ext JS Library 2.0
  3. * Copyright(c) 2006-2007, Ext JS, LLC.
  4. * licensing@extjs.com
  5. *
  6. * http://extjs.com/license
  7. */
  8. .x-html-editor-wrap {
  9. border:1px solid #a9bfd3;
  10. background:white;
  11. }
  12. .x-html-editor-tb .x-btn-text {
  13. background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
  14. }
  15. .x-html-editor-tb .x-edit-bold .x-btn-text {
  16. background-position:0 0;
  17. }
  18. .x-html-editor-tb .x-edit-italic .x-btn-text {
  19. background-position:-16px 0;
  20. }
  21. .x-html-editor-tb .x-edit-underline .x-btn-text {
  22. background-position:-32px 0;
  23. }
  24. .x-html-editor-tb .x-edit-forecolor .x-btn-text {
  25. background-position:-160px 0;
  26. }
  27. .x-html-editor-tb .x-edit-backcolor .x-btn-text {
  28. background-position:-176px 0;
  29. }
  30. .x-html-editor-tb .x-edit-justifyleft .x-btn-text {
  31. background-position:-112px 0;
  32. }
  33. .x-html-editor-tb .x-edit-justifycenter .x-btn-text {
  34. background-position:-128px 0;
  35. }
  36. .x-html-editor-tb .x-edit-justifyright .x-btn-text {
  37. background-position:-144px 0;
  38. }
  39. .x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
  40. background-position:-80px 0;
  41. }
  42. .x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
  43. background-position:-96px 0;
  44. }
  45. .x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
  46. background-position:-48px 0;
  47. }
  48. .x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
  49. background-position:-64px 0;
  50. }
  51. .x-html-editor-tb .x-edit-sourceedit .x-btn-text {
  52. background-position:-192px 0;
  53. }
  54. .x-html-editor-tb .x-edit-createlink .x-btn-text {
  55. background-position:-208px 0;
  56. }
  57. .x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  58. padding:5px;
  59. padding-bottom:1px;
  60. }
  61. .x-html-editor-tb .x-toolbar {
  62. position:static !important;
  63. }