
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; }