[pbs-devel] [PATCH proxmox-backup] fix: ui: spinner position

Gabriel Goller g.goller at proxmox.com
Wed Sep 13 16:20:45 CEST 2023


When displaying the status of a job (sync, gc, etc..) the 'OK'
and 'Error' text uses a padding of 10px to the left. The
loading spinner is centered in the cell though. This doesn't
look that good.

Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
---
 www/css/ext6-pbs.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/css/ext6-pbs.css b/www/css/ext6-pbs.css
index 5fd65d25..4a4a41be 100644
--- a/www/css/ext6-pbs.css
+++ b/www/css/ext6-pbs.css
@@ -81,7 +81,7 @@
 
 /* loading in task list */
 .x-grid-row-loading {
-    background: no-repeat center center;
+    background: no-repeat left 10px center;
     background-image:url(../extjs/theme-crisp/resources/images/loadmask/loading.gif);
 }
 
-- 
2.39.2






More information about the pbs-devel mailing list