Setup: Improve components' licenses display

This commit is contained in:
Molkobain
2021-09-23 19:29:39 +02:00
parent fedc3d4d76
commit dcf4053c30
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -521,6 +521,13 @@ body {
font-size: $ibo-font-size-150;
}
#ibo-setup-licenses--components-list {
background-color: $ibo-color-white-200;
padding: 12px;
box-shadow: inset 0px 2px 4px 1px rgb(0, 0, 0, 0.15);
@extend %ibo-border-radius-300;
}
.setup-prefix-toggler--input--container, .setup-tls--input--container, .setup-disk-location--input--container, .setup-backup--input--container {
display: flex;

View File

@@ -715,7 +715,7 @@ CSS
$oPage->add_style('.toggle { cursor:pointer; text-decoration:underline; color:#1C94C4; }');
$oPage->add('<fieldset>');
$oPage->add('<legend>Components of '.ITOP_APPLICATION.'</legend>');
$oPage->add('<ul>');
$oPage->add('<ul id="ibo-setup-licenses--components-list">');
$index = 0;
foreach ($aLicenses as $oLicense)
{