Browse Source

fixed margin css on the searchbox button

pull/4354/head
Akın Sabri Çam 6 years ago
parent
commit
6456452b97
  1. 4
      framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Pages/Shared/Components/AbpPageSearchBox/Default.cshtml

4
framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/Pages/Shared/Components/AbpPageSearchBox/Default.cshtml

@ -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