[PATCH] Fix confirmation box for delete and clone

From: Socorro Stoppler <socorrob@us.ibm.com> Fix confirmatoin box so delete and clone msgs are not obstructed Signed-off-by: Socorro Stoppler <socorrob@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

Socorro, Could you explain the problem you are trying to fix? Which language should I select to reproduce the problem? How is the dialog before and after this patch? On 08/09/2015 16:34, Socorro Stoppler wrote:
From: Socorro Stoppler <socorrob@us.ibm.com>
Fix confirmatoin box so delete and clone msgs are not obstructed
Signed-off-by: Socorro Stoppler <socorrob@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; }

Aline, On my kimchi, I was able to reproduce deleteVM for English only, but bug# 130024 states DE. For cloneVM, I was able to reproduce it for the following: Portuguese, DE, Spanish, French, Italian, Poccha, but bug states only French and DE. I tested all of the above languages plus the rest of the languages to make sure delete and clone VM appears without any obstruction of either the 'X' icon or the 'OK', 'Cancel' buttons. Thanks, -Socorro On 09/08/2015 06:39 PM, Aline Manera wrote:
Socorro,
Could you explain the problem you are trying to fix?
Which language should I select to reproduce the problem? How is the dialog before and after this patch?
On 08/09/2015 16:34, Socorro Stoppler wrote:
From: Socorro Stoppler <socorrob@us.ibm.com>
Fix confirmatoin box so delete and clone msgs are not obstructed
Signed-off-by: Socorro Stoppler <socorrob@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; }

Applied. Thanks. Regards, Aline Manera
participants (2)
-
Aline Manera
-
Socorro Stoppler