mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
ligth-blue.css: make it more responsive
This commit is contained in:
parent
90879dc582
commit
861aa7a340
1 changed files with 25 additions and 4 deletions
|
@ -152,11 +152,11 @@ td.LSobject-list, tr.LSobject-list {
|
|||
/* ---- LSform ---- */
|
||||
|
||||
.LSform dt {
|
||||
width: 24em;
|
||||
width: 24vw;
|
||||
}
|
||||
|
||||
dd.LSform {
|
||||
margin-left: 24em;
|
||||
margin-left: 24vw;
|
||||
}
|
||||
|
||||
li.LSform_layout_active {
|
||||
|
@ -175,10 +175,31 @@ div.LSformElement_image {
|
|||
padding: 0;
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
width: 10vw;
|
||||
margin: 1vw;
|
||||
}
|
||||
|
||||
.LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit {
|
||||
width: 32rem;
|
||||
img.LSformElement_image {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
ul.LSformElement_image_actions {
|
||||
margin-top: 0;
|
||||
margin-left: calc(10vw - 16px - 0.5vw);
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
border-radius: 3px;
|
||||
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 {
|
||||
width: 32vw;
|
||||
}
|
||||
|
||||
input.LSformElement_select_object_searchAdd, ul.LSformElement_select_object_searchAdd {
|
||||
width: 17vw!important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue