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:
parent
4c5698f9f9
commit
3de1893d04
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user