display tables side by side

pull/34/head
Zlatin Balevsky 2019-12-15 16:42:16 +00:00
parent c607560cb8
commit 5ded824ef2
1 changed files with 10 additions and 12 deletions

View File

@ -28,18 +28,16 @@ String pagetitle=Util._t("Trust Lists");
</div> </div>
</div> </div>
<hr/> <hr/>
<div id="table-wrapper"> <center><div id="currentList"></div></center>
<div id="table-scroll"> <table>
<center><div id="currentList"></div></center> <thead><tr><th>Trusted</th><th>Distrusted</th></tr></thead>
<thead><tr><th>Trusted</th><th>Distrusted</th></tr></thead> <tbody>
<tbody> <tr>
<tr> <td><div id="table-wrapper"><div id="table-scroll"><div id="trusted"></div></div></div></td>
<td><div id="trusted"></div></td> <td><div id="table-wrapper"><div id="table-scroll"><div id="distrusted"></div></div></div></td>
<td><div id="distrusted"></div></td> </tr>
</tr> </tbody>
</tbody> </table>
</div>
</div>
<hr/> <hr/>
</section> </section>
</body> </body>