N°2847 - FieldSet and Fields

This commit is contained in:
Eric
2020-09-23 08:55:58 +02:00
parent 33f11d2a43
commit 98d2e42bad
21 changed files with 341 additions and 119 deletions

View File

@@ -18,4 +18,6 @@
@import "ajaxtab";
@import "title";
@import "form";
@import "input";
@import "input";
@import "fieldset";
@import "field";

View File

@@ -0,0 +1,34 @@
/*!
* copyright Copyright (C) 2010-2020 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-field-large {
display: inherit;
.ibo-field-label {
display: inherit;
}
}
.ibo-field-small {
display: table;
width: 100%;
.ibo-field-label {
display: table-cell;
vertical-align: top;
}
}
.ibo-field-label {
min-width: 100px;
max-width: 145px;
width: 30%;
padding-right: 10px;
}
.ibo-field-value {
display: table;
width: 100%;
}

View File

@@ -0,0 +1,4 @@
/*!
* copyright Copyright (C) 2010-2020 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/