Changed Save/Undo button position on nodes page because position is set differently on Firefox 4.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9220 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2011-04-01 15:03:59 +00:00
parent 4c5698f9f9
commit 3de1893d04

View File

@ -728,7 +728,7 @@ function loadNodes(data) {
// It will be hidden until a change is made
var tableActionsMenu = createMenu([saveLnk, undoLnk]).hide();
tableActionsMenu.css('margin-left', '100px');
tableActionsMenu.css('margin-left', '90px');
tableActionsMenu.attr('id', 'tableActionMenu');
actionsDiv.append(tableActionsMenu);