styling
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user