mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
light-blue.css: fix submit form size
This commit is contained in:
parent
cb54a1785d
commit
49a34fa8e3
1 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ li.LSform_layout_active {
|
|||
|
||||
.LSform input[type=submit] {
|
||||
border: none;
|
||||
width: 12em;
|
||||
width: 12rem;
|
||||
}
|
||||
|
||||
div.LSformElement_image {
|
||||
|
@ -177,7 +177,7 @@ div.LSformElement_image {
|
|||
-moz-border-radius: 0;
|
||||
}
|
||||
|
||||
.LSform input[type=text], .LSform input[type=submit], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit {
|
||||
.LSform input[type=text], .LSform input[type=password], .LSform select, .LSform textarea, ul.LSformElement_mail_autocomplete, ul.LSformElement_select_object_edit {
|
||||
width: 32rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue