[PATCH] Bugfix: Overlap issue occurs on the Power Off confirmation dialog

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

This one I can't test confidently. I'm seeing English text for Power Off and the resulting confirmation message no matter what language I select, with and without this patch. I tried updating the translation files but that didn't change anything. Regards, - Christy On 09/23/2014 09:18 AM, Wen Wang wrote:
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; }

On 09/23/2014 02:29 PM, Christy Perez wrote:
This one I can't test confidently. I'm seeing English text for Power Off and the resulting confirmation message no matter what language I select, with and without this patch.
I tried updating the translation files but that didn't change anything.
Regards,
I could verify if running Kimchi in Russian on Firefox 32. And the issue is solved with this patch.
- Christy
On 09/23/2014 09:18 AM, Wen Wang wrote:
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; }
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (3)
-
Aline Manera
-
Christy Perez
-
Wen Wang