From: Marcin Haba Date: Tue, 17 Jul 2018 15:15:20 +0000 (+0200) Subject: baculum: Tweak fix aligning radio button in restore wizard X-Git-Tag: Release-9.2.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=309b6d22ea22448f7c3b55295ad89576d8417892;p=thirdparty%2Fbacula.git baculum: Tweak fix aligning radio button in restore wizard --- diff --git a/gui/baculum/protected/Web/Pages/RestoreWizard.page b/gui/baculum/protected/Web/Pages/RestoreWizard.page index 289ed115b..00dac6284 100644 --- a/gui/baculum/protected/Web/Pages/RestoreWizard.page +++ b/gui/baculum/protected/Web/Pages/RestoreWizard.page @@ -259,6 +259,8 @@ var oJobsToRestoreList = { radio.type = 'radio'; radio.name = 'backup_to_restore'; radio.value = data; + radio.style.display = 'block'; + radio.style.margin = 'auto'; radio.className = 'w3-radio'; ret = radio.outerHTML; } else {