styling fixes

This commit is contained in:
Zsolt Ero 2016-02-09 00:00:04 +01:00
parent a5506e9f8e
commit 68d52deada

View File

@ -54,6 +54,9 @@
top: 10px;
bottom: 0;
}
#zoomtable td {
height: 40px;
}
.diag {
margin-bottom: 20px;
}
@ -82,8 +85,8 @@
<div><button id="stop">stop</button></div>
</div>
<table class="diag">
<tr><td>on movestart</td><td id='movestart'></td></tr>
<table id="zoomtable" class="diag">
<tr><td>on movestart</td><td id='movestart' width=230></td></tr>
<tr><td>on zoomstart</td><td id='zoomstart'></td></tr>
<tr><td>on move</td><td id='move'></td></tr>
<tr><td>on moveend</td><td id='moveend'></td></tr>