From d73cf9ae211403cb1f8a8bb3f6b3c321b1abd1ab Mon Sep 17 00:00:00 2001 From: Devops Date: Wed, 5 Apr 2017 11:29:01 +0100 Subject: [PATCH] www/dbq/html/default.css --- www/dbq/html/default.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/dbq/html/default.css b/www/dbq/html/default.css index 5a9e83e1..8db5ca02 100644 --- a/www/dbq/html/default.css +++ b/www/dbq/html/default.css @@ -154,6 +154,9 @@ table.rows td.delete { width: 1%; white-space: nowrap; } + +table.rows.fixed th.view { width: 2em; } +table.rows.fixed th.delete { width: 2.7em; } /* To counter balance border corner when no border collapse table.rows th { padding-top: 0; } table.rows tr:last-child td { padding-bottom: 0; } -- 2.47.3