N°3746 - Migrate modal to new UIBlock system

This commit is contained in:
acognet
2021-02-26 10:05:02 +01:00
parent c679318d16
commit d601e9608c
11 changed files with 245 additions and 153 deletions

View File

@@ -0,0 +1,16 @@
/*!
* @copyright Copyright (C) 2010-2020 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-details .ibo-prop--apply > span, .ibo-details .ibo-prop--cancel > span {
display: unset;
}
.ibo-details .ibo-prop--apply {
display: table-column;
}
.ibo-details {
margin-top: 5px;
}