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
This commit is contained in:
phamt 2012-02-21 00:02:10 +00:00
parent 90261ffcca
commit 6b2e80c028

View File

@ -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 {