Revision 68fe9144 ui/templates/standard.html

b/ui/templates/standard.html
293 293
            if (server.status == 'BUILD') {
294 294
                $('div.#' + server.id + ' a.action-reboot').hide();
295 295
                $('div.#' + server.id + ' a.action-shutdown').hide();        
296
                $('div.#' + server.id + ' a.action-destroy').attr('style', 'margin-top:0');            
296
                $('div.#' + server.id + ' a.action-destroy').attr('style', 'margin-top:46px');            
297 297
            }
298 298
        }
299 299
    });

Also available in: Unified diff