3b13b76367ef24a2fa93a9af1644f62109567b85.svn-base 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /* Test file styles for Dijit widgets */
  2. body {
  3. background:#fff url("../images/testsBodyBg.gif") repeat-x top left;
  4. padding:2em 2em 2em 2em;
  5. }
  6. h1.testTitle {
  7. font-size:2em;
  8. margin:0 0 1em 0;
  9. }
  10. /* Icons used in the tests */
  11. .plusIcon, .plusBlockIcon {
  12. background-image: url(../images/plus.gif);
  13. background-repeat: no-repeat;
  14. width: 16px;
  15. height: 16px;
  16. }
  17. .plusBlockIcon {
  18. display: block;
  19. }
  20. .noteIcon {
  21. background-image: url(../images/note.gif);
  22. background-repeat: no-repeat;
  23. width: 20px;
  24. height: 20px;
  25. }
  26. .flatScreenIcon {
  27. background-image: url(../images/flatScreen.gif);
  28. background-repeat: no-repeat;
  29. width: 32px;
  30. height: 32px;
  31. }
  32. .dijitTestNodeDialog {
  33. position:absolute;
  34. top:5px;
  35. right:5px;
  36. display:block;
  37. width:200px;
  38. visibility:hidden;
  39. background-color:#fff !important;
  40. color:#000 !important;
  41. border:1px solid #000;
  42. padding:5px;
  43. }
  44. .dijitTestNodeDialog table {
  45. background-color:#fff !important;
  46. }
  47. .dijitTestNodeDialog td {
  48. padding:3px;
  49. }
  50. .dijitTestNodeShowing {
  51. visibility:visible;
  52. }