diff --git a/css/light-grey.css b/css/light-grey.css index 3e227a843..4e02c8508 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -1352,24 +1352,30 @@ fieldset .details > .field_container { #SiloSelection { padding-top: 3px; padding-right: 30px; - text-align: left; } - #SiloSelection * { - box-sizing: border-box; - vertical-align: middle; } - #SiloSelection .field_input_extkey { - display: table; - width: 100%; } - #SiloSelection .field_input_extkey .field_select_wrapper { - display: table-cell; - width: 100%; } - #SiloSelection .field_input_extkey .field_select_wrapper > select { - width: 100%; - max-width: initial; } - #SiloSelection .field_input_extkey .field_input_btn { - display: table-cell; - width: 20px; - margin-left: 0.4em; } - + text-align: left; +} +#SiloSelection * { + box-sizing: border-box; + vertical-align: middle; + width: 100%; +} +#SiloSelection .field_input_extkey { + display: table; + width: 100%; +} +#SiloSelection .field_input_extkey .field_select_wrapper { + display: table-cell; + width: 100%; +} +#SiloSelection .field_input_extkey .field_select_wrapper > select { + width: 100%; + max-width: initial; +} +#SiloSelection .field_input_extkey .field_input_btn { + display: table-cell; + width: 25px; + padding-left: 0.4em; +} .ac_dlg_loading { background: white url("../images/indicator.gif") right center no-repeat; } diff --git a/css/light-grey.scss b/css/light-grey.scss index ecc38aaed..4006bd4e0 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -1599,6 +1599,7 @@ fieldset .details>.field_container { *{ box-sizing: border-box; vertical-align: middle; + width: 100%; } .field_input_extkey{ @@ -1617,8 +1618,8 @@ fieldset .details>.field_container { .field_input_btn{ display: table-cell; - width: 20px; - margin-left: 0.4em; + width: 25px; + padding-left: 0.4em; } } }