mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-15 02:46:37 +00:00
ui: improve tape/drive icon positioning/size
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2aaf3ef1e5
commit
da6b16c3db
@ -292,21 +292,27 @@ span.snapshot-comment-column {
|
|||||||
/*' PBS specific icons */
|
/*' PBS specific icons */
|
||||||
|
|
||||||
.pbs-icon-tape {
|
.pbs-icon-tape {
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: bottom;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-size: 16px;
|
height: 16px;
|
||||||
height: 20px;
|
width: 16px;
|
||||||
background-image:url(../images/icon-tape.svg);
|
background-image:url(../images/icon-tape.svg);
|
||||||
|
background-position: bottom;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pbs-icon-tape-drive {
|
.pbs-icon-tape-drive {
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: bottom;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-size: 16px;
|
height: 16px;
|
||||||
height: 20px;
|
width: 16px;
|
||||||
background-image:url(../images/icon-tape-drive.svg);
|
background-image:url(../images/icon-tape-drive.svg);
|
||||||
|
background-position: bottom;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-treelist-item-icon.pbs-icon-tape, .x-treelist-item-icon.pbs-icon-tape-drive {
|
||||||
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-pointer div.right-aligned {
|
.info-pointer div.right-aligned {
|
||||||
|
Loading…
Reference in New Issue
Block a user