mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 06:48:50 +02:00
N°4737 - Adjust progress bar position in iTop hub connector
This commit is contained in:
@@ -129,18 +129,11 @@
|
||||
}
|
||||
#hub-installation-feedback {
|
||||
display: none;
|
||||
-moz-box-shadow: 5px 5px 10px 0px #656565;
|
||||
-webkit-box-shadow: 5px 5px 10px 0px #656565;
|
||||
-o-box-shadow: 5px 5px 10px 0px #656565;
|
||||
box-shadow: 5px 5px 10px 0px #656565;
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
|
||||
padding-bottom: 1em;
|
||||
background-color: #FFF;
|
||||
padding-top: 1em;
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
left: 190px;
|
||||
width: 400px;
|
||||
width: 100%
|
||||
}
|
||||
#hub-installation-progress-text {
|
||||
text-align: center;
|
||||
|
||||
@@ -202,10 +202,10 @@ function DoInstall(WebPage $oPage)
|
||||
}
|
||||
}
|
||||
|
||||
$oPage->add('</div>');
|
||||
$oPage->add('<div id="hub-installation-feedback">');
|
||||
$oPage->add('<div id="hub-installation-progress-text">'.Dict::S('iTopHub:DatabaseBackupProgress').'</div>');
|
||||
$oPage->add('<div id="hub-installation-progress"></div>');
|
||||
$oPage->add('</div>');
|
||||
|
||||
$oPage->add('</div>'); // module-selection-body
|
||||
|
||||
|
||||
Reference in New Issue
Block a user