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