[Kimchi-devel] [PATCH] Bugfix#549 VM button icons unaligned
wenwang at linux.vnet.ibm.com
wenwang at linux.vnet.ibm.com
Mon Dec 8 08:51:45 UTC 2014
From: Wen Wang <wenwang at linux.vnet.ibm.com>
Fix the issue that chrome and IE won't align the VM action buttons
Signed-off-by: Wen Wang <wenwang at 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;
+ at -moz-document url-prefix() {
+ .guest-actions .top button span {
+ margin-left: -3px;
+ margin-top: -1px;
+ }
}
.guest-actions .bottom {
--
1.9.3
More information about the Kimchi-devel
mailing list