mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°1209 - Fix Organization selector width (missing button)
SVN:trunk[5157]
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1604,6 +1604,9 @@ fieldset .details>.field_container {
|
||||
*{
|
||||
box-sizing: border-box;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ac_input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user