
When libvirt does not have enough permission to access an ISO/Img file, the file is marked as invalid and an alert icon is displayed. Before this patch, the alert icon was overlaying the ISO/Img icon. So fix its position to avoid that. Signed-off-by: Aline Manera <alinefm@linux.vnet.ibm.com> --- ui/css/kimchi.css | 4 ++-- ui/css/src/modules/_templates.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/css/kimchi.css b/ui/css/kimchi.css index 6cf2cc9..7fb235a 100644 --- a/ui/css/kimchi.css +++ b/ui/css/kimchi.css @@ -1763,8 +1763,8 @@ body.wok-gallery { #template-add-window span.iso-image-alert { position: absolute; - bottom: 17px; - right: 45px; + bottom: 15px; + right: 70px; font-size: 20px; } diff --git a/ui/css/src/modules/_templates.scss b/ui/css/src/modules/_templates.scss index a75d803..27df464 100644 --- a/ui/css/src/modules/_templates.scss +++ b/ui/css/src/modules/_templates.scss @@ -297,8 +297,8 @@ $kimchi-icon-path: '../images'; } span.iso-image-alert { position: absolute; - bottom: 17px; - right: 45px; + bottom: 15px; + right: 70px; font-size: 20px; } .tooltip-arrow { -- 2.5.5