mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°2847 - FieldSet and Fields
This commit is contained in:
@@ -18,4 +18,6 @@
|
||||
@import "ajaxtab";
|
||||
@import "title";
|
||||
@import "form";
|
||||
@import "input";
|
||||
@import "input";
|
||||
@import "fieldset";
|
||||
@import "field";
|
||||
34
css/backoffice/components/_field.scss
Normal file
34
css/backoffice/components/_field.scss
Normal 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%;
|
||||
}
|
||||
4
css/backoffice/components/_fieldset.scss
Normal file
4
css/backoffice/components/_fieldset.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
/*!
|
||||
* copyright Copyright (C) 2010-2020 Combodo SARL
|
||||
* license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
Reference in New Issue
Block a user