look&feel for search
This commit is contained in:
parent
ed6f429c30
commit
ce1fde9aa7
@ -48,3 +48,4 @@ body {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#search { width: 400px; }
|
||||
|
||||
@ -14,5 +14,13 @@
|
||||
<a href="#!/{{item.link}}">{{item.title}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div ng-controller="SearchController">
|
||||
<form class="navbar-form navbar-left" role="search" ng-submit="search()">
|
||||
<div class="form-group" ng-class="{'has-error': badQuery}">
|
||||
<input id="search" type="text" class="form-control" ng-model="q" placeholder="Search for block, transaction or address">
|
||||
</div>
|
||||
<span class="text-danger" ng-show="badQuery">No matching records found!</span>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user