fix(core): change search input css on all page

This commit is contained in:
OldHawk
2017-09-18 14:12:33 +08:00
parent 95a201ce7c
commit 4f0db2e2fe
7 changed files with 22 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
</ul>
</div>
<div class="col-sm-12 col-md-3">
<input class="form-control margin-top-20" type="text" ng-model="vm.search" placeholder="Search"
<input class="form-control margin-top-20 margin-bottom-20" type="text" ng-model="vm.search" placeholder="Search"
ng-change="vm.figureOutItemsToDisplay()"/>
</div>
</div>

View File

@@ -18,7 +18,7 @@
</ul>
</div>
<div class="col-sm-12 col-md-3">
<input class="form-control margin-top-20" type="text" ng-model="vm.search" placeholder="Search"
<input class="form-control margin-top-20 margin-bottom-20" type="text" ng-model="vm.search" placeholder="Search"
ng-change="vm.figureOutItemsToDisplay()"/>
</div>
</div>

View File

@@ -19,7 +19,7 @@
</ul>
</div>
<div class="col-sm-12 col-md-3">
<input class="form-control margin-top-20" type="text" ng-model="vm.search" placeholder="Search"
<input class="form-control margin-top-20 margin-bottom-20" type="text" ng-model="vm.search" placeholder="Search"
ng-change="vm.figureOutItemsToDisplay()"/>
</div>
</div>