This commit is contained in:
2024-04-30 11:39:43 +02:00
parent 7aefaa33ba
commit 9582e472bf
2 changed files with 14 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<a href="#add" class="bookmark">Want to add a new line?</a> <a href="#add" class="bookmark">Want to add a new line?</a>
<br> <br>
<br> <br>
<table> <table class="queryresults">
<thead> <thead>
<tr> <tr>
<th>ID</th> <th>ID</th>

View File

@@ -83,8 +83,13 @@ table th:last-child, table td:last-child
table tr:last-child td table tr:last-child td
{ {
text-align: center;
vertical-align: middle; vertical-align: middle;
border-bottom: none;
}
table.queryresults tr:last-child td
{
text-align: center;
} }
table th:first-child, table td:first-child table th:first-child, table td:first-child
@@ -100,12 +105,18 @@ table tr:first-child td
.inputcell .inputcell
{ {
padding: 0; padding: 0;
margin: 0;
} }
.inputcell input .inputcell input
{ {
color: white; color: white;
width: 100%;
height: 100%;
box-sizing: border-box;
margin-left: 10px;
border: none;
font-family: monospace;
font-size: 20px;
} }
table td input, table button table td input, table button