
8 Dec
2014
8 Dec
'14
9:51 a.m.
From: Wen Wang <wenwang@linux.vnet.ibm.com> Fix the issue that chrome and IE won't align the VM action buttons Signed-off-by: Wen Wang <wenwang@linux.vnet.ibm.com> --- ui/css/theme-default/list.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ui/css/theme-default/list.css b/ui/css/theme-default/list.css index 52cccc4..7b32ea6 100644 --- a/ui/css/theme-default/list.css +++ b/ui/css/theme-default/list.css @@ -234,9 +234,11 @@ height: 42px; } -.guest-actions .top button span { - margin-left: -3px; - margin-top: -1px; +@-moz-document url-prefix() { + .guest-actions .top button span { + margin-left: -3px; + margin-top: -1px; + } } .guest-actions .bottom { -- 1.9.3