From ca0f293f742d88ac5d492caefd7b8b13d7a8e25a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 7 Mar 2020 19:04:19 +0100 Subject: [PATCH] ui: let grid column filter symbol float right So it has a more fixed position, independent of the column header length. Also, this brings it nearer to the button where one can adapt/turn off filters. Signed-off-by: Thomas Lamprecht --- www/css/ext6-pve.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index 29478930..1a051d0e 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -594,6 +594,8 @@ table.osds td:first-of-type { -moz-osx-font-smoothing: grayscale; content: " \f0b0 "; color: #555; + float: right; + padding-right: 1em; } .proxmox-invalid-row {