grapheditor.css 942 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .topContainer{
  2. background:#C0C0C0;
  3. overflow:hidden;
  4. position:absolute;
  5. left: 0px;
  6. top: 0px;
  7. width:100%;
  8. bottom:0px;
  9. overflow:auto;
  10. }
  11. .sidebarContainer {
  12. background:#C0C0C0;
  13. overflow:hidden;
  14. position:absolute;
  15. left: 0px;
  16. top: 103px;
  17. width: 150px;
  18. bottom: 38px;
  19. overflow:auto;
  20. }
  21. .addressSpaceContainer {
  22. background:#ffffff;
  23. overflow:hidden;
  24. position:absolute;
  25. left: 150px;
  26. top: 103px;
  27. width: 400px;
  28. bottom: 38px;
  29. overflow:auto;
  30. border-style:solid;
  31. }
  32. .aSTableStart{
  33. background:#ffffff;
  34. overflow:hidden;
  35. position:absolute;
  36. left: 0px;
  37. top: 0px;
  38. width: 300px;
  39. height: 120px;
  40. overflow:auto;
  41. border-style:dotted;
  42. }
  43. .aSTableMain{
  44. background:#ffffff;
  45. overflow:hidden;
  46. position:absolute;
  47. left: 0px;
  48. top: 120px;
  49. width: 300px;
  50. overflow:auto;
  51. border-style:dotted;
  52. }
  53. .nodeInstance{
  54. }
  55. .nodeRoot{
  56. background:#ffffff;
  57. overflow:hidden;
  58. position:absolute;
  59. overflow:auto;
  60. border-style:dotted;
  61. }