Changed vertical-align on z/VM provision new page.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11845 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2012-03-14 04:38:48 +00:00
parent 9df72493d4
commit 9409e1f397

View File

@ -2362,7 +2362,7 @@ function createZProvisionNew(inst) {
});
}
});
var userEntry = $('<div><label for="userEntry">Directory entry:</label><textarea/></textarea></div>');
var userEntry = $('<div><label style="vertical-align: top;">Directory entry:</label><textarea/></textarea></div>');
userEntry.append($('<span></span>').append(defaultChkbox, 'Use default'));
hwAttr.append(userEntry);