1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .topContainer{
- background:#C0C0C0;
- overflow:hidden;
- position:absolute;
- left: 0px;
- top: 0px;
- width:100%;
- bottom:0px;
- overflow:auto;
-
- }
- .sidebarContainer {
- background:#C0C0C0;
- overflow:hidden;
- position:absolute;
- left: 0px;
- top: 103px;
- width: 150px;
- bottom: 38px;
- overflow:auto;
-
- }
- .addressSpaceContainer {
- background:#ffffff;
- overflow:hidden;
- position:absolute;
- left: 150px;
- top: 103px;
- width: 400px;
- bottom: 38px;
- overflow:auto;
- border-style:solid;
- }
- .aSTableStart{
- background:#ffffff;
- overflow:hidden;
- position:absolute;
- left: 0px;
- top: 0px;
- width: 300px;
- height: 120px;
- overflow:auto;
- border-style:dotted;
- }
- .aSTableMain{
- background:#ffffff;
- overflow:hidden;
- position:absolute;
- left: 0px;
- top: 120px;
- width: 300px;
- overflow:auto;
- border-style:dotted;
- }
- .nodeInstance{
-
- }
- .nodeRoot{
- background:#ffffff;
- overflow:hidden;
- position:absolute;
- overflow:auto;
- border-style:dotted;
- }
|