diff --git a/Frontend/_sysElevator.html b/Frontend/_sysElevator.html index cb12e7c..022faa4 100644 --- a/Frontend/_sysElevator.html +++ b/Frontend/_sysElevator.html @@ -3,7 +3,9 @@ background-color: #fff; min-height: 520px; } - + .elevator-table-wrapper { + padding:0.8rem; + } table.elevator-build { /*border: 1px double #000;*/ } @@ -25,6 +27,20 @@ height: 47px; border: 4px solid orange; } + + .elevator-item-toup { + border: 4px solid rgba(255,255,255,0); + position: absolute; + border-bottom: 0; + z-index: 2; + } + + .elevator-item-todown { + border: 4px solid rgba(255,255,255,0); + position: absolute; + border-top: 0; + z-index: 2; + }