css fix
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
{{{./this}}}
|
||||
{{/each}}
|
||||
</div>
|
||||
<div class="array-control-container">
|
||||
{{#if hasOptions}}
|
||||
<button class="btn btn-default btn-block" type="button" data-action="showAddModal">{{translate 'Add'}}</button>
|
||||
{{else}}
|
||||
<input class="main-element form-control select" type="text" autocomplete="off" placeholder="{{#if this.options}}{{translate 'Select'}}{{else}}{{translate 'typeAndPressEnter' category='messages'}}{{/if}}">
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
@@ -1317,6 +1317,10 @@ h5 {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.field .array-control-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media screen and (min-width: @screen-sm-min) {
|
||||
#global-search-panel {
|
||||
margin-top: 5px;
|
||||
|
||||
Reference in New Issue
Block a user