From 64309ca38a1bf8742c9e2b3ab002ad1c26133891 Mon Sep 17 00:00:00 2001 From: Al Beano Date: Mon, 17 Jul 2017 08:45:00 +0100 Subject: [PATCH] Better formatting for the table of domains --- views/layouts/main.tt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/views/layouts/main.tt b/views/layouts/main.tt index a36d1dd..29b82b7 100644 --- a/views/layouts/main.tt +++ b/views/layouts/main.tt @@ -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 {