[Kimchi-devel] [PATCH] Fix confirmation box for delete and clone

Socorro Stoppler socorro at linux.vnet.ibm.com
Tue Sep 8 19:34:15 UTC 2015


From: Socorro Stoppler <socorrob at us.ibm.com>

Fix confirmatoin box so delete and clone msgs are not obstructed

Signed-off-by: Socorro Stoppler <socorrob at us.ibm.com>
---
 ui/css/theme-default/message.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/css/theme-default/message.css b/ui/css/theme-default/message.css
index 28c392b..c97bd4c 100644
--- a/ui/css/theme-default/message.css
+++ b/ui/css/theme-default/message.css
@@ -78,8 +78,8 @@
     box-sizing: border-box;
     max-width: 100%;
     max-height: 100%;
-    width: 350px;
-    height: 200px;
+    width: 425px;
+    height: 250px;
     z-index: 9999;
 }
 
-- 
1.9.1




More information about the Kimchi-devel mailing list