From 607245ff37b5697669adc79c6fb778ec6f7a06aa Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 13 Mar 2019 15:00:55 +0530 Subject: [PATCH] css: fix computer diagram margin that blocks down arrow This fixes the UI issue where down arrow key of the list of template/offerings etc is not press-able due to horizontal margin of the computer diagram spilling on the left in the VM deployment wizard. Signed-off-by: Rohit Yadav --- ui/css/cloudstack3.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 5294f5658802..ab0fd5ab36c2 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6878,10 +6878,9 @@ label.error { .multi-wizard.instance-wizard .diagram .part.zone-plane { width: 354px; height: 117px; - background-position: 0px -55px; + background-position: -38px -55px; /*+placement:displace -38px 259px;*/ position: absolute; - margin-left: -38px; margin-top: 259px; }