N°1209 - Fix Organization selector width (missing button)

SVN:trunk[5157]
This commit is contained in:
Eric Espié
2017-12-15 13:17:23 +00:00
parent 38a466fc21
commit 9be804fb35
2 changed files with 5 additions and 0 deletions

View File

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

View File

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