mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 14:36:27 +00:00
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:
parent
da5fb60947
commit
ca0f293f74
@ -594,6 +594,8 @@ table.osds td:first-of-type {
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
content: " \f0b0 ";
|
content: " \f0b0 ";
|
||||||
color: #555;
|
color: #555;
|
||||||
|
float: right;
|
||||||
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.proxmox-invalid-row {
|
.proxmox-invalid-row {
|
||||||
|
Loading…
Reference in New Issue
Block a user