mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +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
|
||||
*/
|
||||
@@ -23,4 +23,6 @@
|
||||
@import "activity-panel/activity-entry";
|
||||
@import "activity-panel/caselog-entry";
|
||||
@import "activity-panel/edits-entry";
|
||||
@import "activity-panel/transition-entry";
|
||||
@import "activity-panel/transition-entry";
|
||||
@import "multicolumn";
|
||||
@import "column";
|
||||
7
css/backoffice/layout/_column.scss
Normal file
7
css/backoffice/layout/_column.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* copyright Copyright (C) 2010-2020 Combodo SARL
|
||||
* license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
.ibo-column {
|
||||
}
|
||||
10
css/backoffice/layout/_multicolumn.scss
Normal file
10
css/backoffice/layout/_multicolumn.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
/*!
|
||||
* copyright Copyright (C) 2010-2020 Combodo SARL
|
||||
* license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
.ibo-multi-column {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user