mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Setup: Improve components' licenses display
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user