SpellCheck.css 997 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .dijitEditorSpellCheckIcon {
  2. background-image: url(../icons/spellcheck.gif);
  3. background-repeat: no-repeat;
  4. background-position: center center;
  5. width: 18px;
  6. height: 18px;
  7. }
  8. .dijitEditorSpellCheckBusyIcon {
  9. background-image: url(../images/checking.gif);
  10. background-repeat: no-repeat;
  11. background-position: center center;
  12. display: inline-block;
  13. zoom: 1;
  14. *display: inline;
  15. width: 16px;
  16. height: 16px;
  17. margin: 0em 0.5em 0em 0.5em;
  18. }
  19. .dijitEditorSpellCheckTable .dijitEditorSpellCheckBox {
  20. width: 15em;
  21. }
  22. .dijitEditorSpellCheckTable .listHeight {
  23. height: 5em;
  24. }
  25. .dijitEditorSpellCheckTable,
  26. .dijitEditorSpellCheckTable td {
  27. border: none;
  28. border-width: 0px;
  29. vertical-align: top;
  30. }
  31. .dijitEditorSpellCheckTable .alignBottom {
  32. vertical-align: bottom;
  33. }
  34. .dijitEditorSpellCheckTable .blockButton,
  35. .dijitEditorSpellCheckTable .dijitButtonNode {
  36. display: block;
  37. }
  38. .dijitEditorSpellCheckTable .topMargin {
  39. margin-top: 0.56em;
  40. }
  41. .dijitEditorSpellCheckTable .hidden {
  42. display: none;
  43. }