From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 1BFC51FF140 for ; Fri, 24 Apr 2026 15:37:10 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 00C8B1A619; Fri, 24 Apr 2026 15:37:09 +0200 (CEST) From: Dominik Csapak To: pbs-devel@lists.proxmox.com Subject: [PATCH proxmox-backup] ui: tape: adapt vertical aligning of tape icon Date: Fri, 24 Apr 2026 15:36:27 +0200 Message-ID: <20260424133707.3141108-1-d.csapak@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.050 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: FWMSXXZZD6PWDMFU3GKGDE6JDNEJ3MFM X-Message-ID-Hash: FWMSXXZZD6PWDMFU3GKGDE6JDNEJ3MFM X-MailFrom: d.csapak@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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 --- 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