[Kimchi-devel] [PATCH] [Kimchi 2/3] Fix issue #1020: Fix alert icon position to do not overlay img/iso icon

Aline Manera alinefm at linux.vnet.ibm.com
Fri Sep 23 12:21:32 UTC 2016


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




More information about the Kimchi-devel mailing list