[pbs-devel] [PATCH proxmox-backup 6/9] ui: css: fix text-align pmx-button-badge
Dominik Csapak
d.csapak at proxmox.com
Wed May 26 11:12:03 CEST 2021
this was previously set on the button class, but has since been removed
add it here to have the badge number centered again
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/css/ext6-pbs.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css
index e561eb10..39ab4598 100644
--- a/www/css/ext6-pbs.css
+++ b/www/css/ext6-pbs.css
@@ -202,6 +202,7 @@ p.logs {
.pmx-button-badge {
display: inline-block;
+ text-align: center;
font-weight: bold;
border-radius: 4px;
padding: 2px 3px;
--
2.20.1
More information about the pbs-devel
mailing list