fixed margin css on the searchbox button

pull/4354/head
Akın Sabri Çam 5 years ago
parent 70c2958356
commit 6456452b97

@ -5,8 +5,8 @@
<div class="input-group">
<input class="form-control page-search-filter-text" placeholder="@L["Search"].Value">
<div class="input-group-append">
<abp-button button-type="Primary" type="submit" style="margin-left: 30%;">
<i class="fa fa-search" aria-hidden="true" style="margin-top:50%;" ></i>
<abp-button button-type="Primary" type="submit">
<i class="fa fa-search" aria-hidden="true" style="margin-left: 10%; margin-top:50%;" ></i>
</abp-button>
</div>
</div>

Loading…
Cancel
Save