N°1209 - Fix Organization selector width (padding added)

SVN:trunk[5155]
This commit is contained in:
Eric Espié
2017-12-15 11:20:36 +00:00
parent aa5ee45034
commit 38a466fc21
2 changed files with 4 additions and 4 deletions

View File

@@ -1458,8 +1458,8 @@ fieldset .details > .field_container {
}
#SiloSelection .field_input_extkey .field_input_btn {
display: table-cell;
width: 20px;
margin-left: 0.4em;
width: 25px;
padding-left: 0.4em;
}
.ac_dlg_loading {
background: white url('../images/indicator.gif') right center no-repeat;

View File

@@ -1623,8 +1623,8 @@ fieldset .details>.field_container {
.field_input_btn{
display: table-cell;
width: 20px;
margin-left: 0.4em;
width: 25px;
padding-left: 0.4em;
}
}
}