FindReplace.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .dijitEditorIconsFindReplace {
  2. background-image: url('../icons/editorIconsFindReplaceEnabled.png');
  3. background-repeat: no-repeat;
  4. width: 18px;
  5. height: 18px;
  6. text-align: center;
  7. }
  8. .dijitDisabled .dijitEditorIconsFindReplace {
  9. background-image: url('../icons/editorIconsFindReplaceDisabled.png');
  10. background-repeat: no-repeat;
  11. width: 18px;
  12. height: 18px;
  13. text-align: center;
  14. }
  15. .dijitEditorIconFindString { background-position: 0px; }
  16. .dijitEditorIconFind { background-position: -18px; }
  17. .dijitEditorIconReplace { background-position: -36px; }
  18. .dijitEditorIconReplaceAll { background-position: -54px; }
  19. .dijitEditorFindReplaceCheckBox {
  20. padding-left: 10px;
  21. padding-right: 10px;
  22. text-align: center;
  23. }
  24. .dijitEditorFindReplaceTextBox {
  25. padding-top: 3px;
  26. padding-bottom: 3px;
  27. padding-right: 5px;
  28. }
  29. .dijitEditorFindReplaceTextBox .focusTextBox {
  30. width: 13em;
  31. }
  32. .tundra .dijitEditorIconsFindReplaceClose {
  33. background-image: url('../icons/tundra/close.gif');
  34. background-repeat: no-repeat;
  35. width: 18px;
  36. height: 18px;
  37. background-position: center;
  38. }
  39. .soria .dijitEditorIconsFindReplaceClose {
  40. background-image: url('../icons/soria/close.gif');
  41. background-repeat: no-repeat;
  42. width: 18px;
  43. height: 18px;
  44. background-position: center;
  45. }
  46. .nihilo .dijitEditorIconsFindReplaceClose {
  47. background-image: url('../icons/nihilo/close.gif');
  48. background-repeat: no-repeat;
  49. width: 18px;
  50. height: 18px;
  51. background-position: center;
  52. }
  53. .claro .dijitEditorIconsFindReplaceClose {
  54. background-image: url('../icons/claro/close.gif');
  55. background-repeat: no-repeat;
  56. width: 18px;
  57. height: 18px;
  58. background-position: center;
  59. }