Better formatting for the table of domains

This commit is contained in:
Al Beano 2017-07-17 08:45:00 +01:00
parent 9590e6bb78
commit 64309ca38a
1 changed files with 5 additions and 2 deletions

View File

@ -51,8 +51,11 @@ button.textButton:hover {
form.login>table>tbody>tr>td>label {
margin-right: 10px;
}
table.domains>tbody>tr>td:first-child>* {
margin-right: 2em;
table.domains {
width: 100%;
}
table.domains td:first-child {
width: 50%;
}
.msgBox {