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>
<br>
<br>
<table>
<table class="queryresults">
<thead>
<tr>
<th>ID</th>

View File

@@ -83,8 +83,13 @@ table th:last-child, table td:last-child
table tr:last-child td
{
text-align: center;
vertical-align: middle;
border-bottom: none;
}
table.queryresults tr:last-child td
{
text-align: center;
}
table th:first-child, table td:first-child
@@ -100,12 +105,18 @@ table tr:first-child td
.inputcell
{
padding: 0;
margin: 0;
}
.inputcell input
{
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