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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-03-07 19:04:19 +01:00
parent da5fb60947
commit ca0f293f74

View File

@ -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 {