all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] fix: ui: spinner position
@ 2023-09-13 14:20 Gabriel Goller
  2023-10-11 11:06 ` Gabriel Goller
  2023-10-12  9:28 ` Dominik Csapak
  0 siblings, 2 replies; 13+ messages in thread
From: Gabriel Goller @ 2023-09-13 14:20 UTC (permalink / raw)
  To: pbs-devel

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@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





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

end of thread, other threads:[~2023-10-18 10:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 14:20 [pbs-devel] [PATCH proxmox-backup] fix: ui: spinner position Gabriel Goller
2023-10-11 11:06 ` Gabriel Goller
2023-10-12  9:28 ` Dominik Csapak
2023-10-12 11:49   ` Gabriel Goller
2023-10-12 12:34     ` Dominik Csapak
2023-10-12 12:40       ` Gabriel Goller
2023-10-13 12:38       ` Thomas Lamprecht
2023-10-13 13:04         ` Dominik Csapak
2023-10-16  9:51           ` Gabriel Goller
2023-10-16 10:04             ` Thomas Lamprecht
2023-10-16 11:57               ` Gabriel Goller
2023-10-16 12:41                 ` Gabriel Goller
2023-10-18 10:09                   ` Gabriel Goller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal