public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-backup] ui: tape: adapt vertical aligning of tape icon
@ 2026-04-24 13:36 Dominik Csapak
  2026-04-24 19:06 ` applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2026-04-24 13:36 UTC (permalink / raw)
  To: pbs-devel

Align this icon a bit better with the surrounding text, depending on
where it is. Aligning is off because it's not a font based icon.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
noticed during testing of the new encryption view

 www/css/ext6-pbs.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css
index 4a4a58d2f..f2bd9252b 100644
--- a/www/css/ext6-pbs.css
+++ b/www/css/ext6-pbs.css
@@ -331,6 +331,7 @@ span.snapshot-comment-column {
     background-position: bottom;
     background-repeat: no-repeat;
     background-size: 16px;
+    vertical-align: bottom;
 }
 
 .pbs-icon-tape-drive {
@@ -348,6 +349,10 @@ span.snapshot-comment-column {
     height: 20px;
 }
 
+.x-tree-icon.pbs-icon-tape {
+    vertical-align: middle;
+}
+
 .info-pointer div.right-aligned {
     cursor: pointer;
 }
-- 
2.47.3





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-24 19:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-24 13:36 [PATCH proxmox-backup] ui: tape: adapt vertical aligning of tape icon Dominik Csapak
2026-04-24 19:06 ` applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal