styling
This commit is contained in:
@@ -61,6 +61,9 @@
|
|||||||
<td>Port</td>
|
<td>Port</td>
|
||||||
<td class="inputcell"><input type="text" id="in_port"></td>
|
<td class="inputcell"><input type="text" id="in_port"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"><button onclick="addService()">Save</button></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div id="addresult"></div>
|
<div id="addresult"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -85,10 +85,6 @@ table tr:last-child td
|
|||||||
{
|
{
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
|
||||||
|
|
||||||
table.queryresults tr:last-child td
|
|
||||||
{
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,4 +120,17 @@ table td input, table button
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
border: 2px solid #ff5c33;
|
||||||
|
background: transparent;
|
||||||
|
color: white;
|
||||||
|
font-size: 16px;
|
||||||
|
transition: background 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
button:hover
|
||||||
|
{
|
||||||
|
background: #ff5c33;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user