From 6b2e80c02878d6f6c6cfb4ebe55e1fd33519cd39 Mon Sep 17 00:00:00 2001 From: phamt Date: Tue, 21 Feb 2012 00:02:10 +0000 Subject: [PATCH] Fixed label and input tags on Google Chrome. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11645 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 0554a661d..997facf23 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -545,7 +545,7 @@ legend { vertical-align: top; width: 120px; padding: 0px 0px 0px 20px; - display: inline-table; + display: inline-block; } .form div { @@ -572,7 +572,7 @@ legend { font: 12px sans-serif; border: solid 1px #BDBDBD; padding: 5px; - display: inline-table; + display: inline-block; } .form textarea {