Retrofit from trunk

N°1209 - Fix Organization selector width (missing button) [from revision 5157]

SVN:2.4[5158]
This commit is contained in:
Eric Espié
2017-12-15 13:19:18 +00:00
parent 005b0eab1d
commit e58c8afeab
2 changed files with 5 additions and 0 deletions

View File

@@ -1357,6 +1357,8 @@ fieldset .details > .field_container {
#SiloSelection * {
box-sizing: border-box;
vertical-align: middle;
}
#SiloSelection .ac_input {
width: 100%;
}
#SiloSelection .field_input_extkey {

View File

@@ -1599,6 +1599,9 @@ fieldset .details>.field_container {
*{
box-sizing: border-box;
vertical-align: middle;
}
.ac_input {
width: 100%;
}