mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 08:39:06 +01:00
light-blue.css: fix handling LSformElement :: jsonCompositeAttribute
This commit is contained in:
parent
08c23d67a8
commit
6e9266b3c5
1 changed files with 9 additions and 1 deletions
|
@ -176,10 +176,18 @@ td.LSobject-list, tr.LSobject-list {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit, div.LSformElement_wysiwyg_container {
|
.LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit, div.LSformElement_wysiwyg_container, ul.LSformElement_jsonCompositeAttribute {
|
||||||
width: 32vw;
|
width: 32vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.LSformElement_jsonCompositeAttribute div label {
|
||||||
|
width: 10rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.LSformElement_jsonCompositeAttribute div input[type=text], ul.LSformElement_jsonCompositeAttribute div select {
|
||||||
|
width: calc(32vw - 10rem - 16px);
|
||||||
|
}
|
||||||
|
|
||||||
input.LSformElement_select_object_searchAdd, ul.LSformElement_select_object_searchAdd {
|
input.LSformElement_select_object_searchAdd, ul.LSformElement_select_object_searchAdd {
|
||||||
width: 17vw!important;
|
width: 17vw!important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in a new issue