
23 Sep
2014
23 Sep
'14
5:18 p.m.
From: Wen Wang <wenwang@linux.vnet.ibm.com> This patch fixes the bug that layout of confirm dialogue display rightly when changing the languages. Signed-off-by: Wen Wang <wenwang@linux.vnet.ibm.com> --- ui/css/theme-default/message.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ui/css/theme-default/message.css b/ui/css/theme-default/message.css index 2631a18..c530f84 100644 --- a/ui/css/theme-default/message.css +++ b/ui/css/theme-default/message.css @@ -79,7 +79,7 @@ max-width: 100%; max-height: 100%; width: 350px; - height: 170px; + height: 200px; z-index: 9999; } -- 1.7.1