mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
new search box looks wonky on chrome
This commit is contained in:
parent
bf850765eb
commit
0dae65b066
@ -441,8 +441,8 @@
|
||||
|
||||
"#Search": "..",
|
||||
"label.search.scope.all": "All",
|
||||
"label.search.scope.clients.and.clientIdentifiers": "Clients and ClientIdentifiers",
|
||||
"label.search.scope.groups.and.centers":"Groups and Centers",
|
||||
"label.search.scope.clients.and.clientIdentifiers": "Clients",
|
||||
"label.search.scope.groups.and.centers":"Groups",
|
||||
"label.search.scope.savings":"Savings",
|
||||
|
||||
|
||||
|
||||
@ -213,22 +213,18 @@
|
||||
</li>
|
||||
</ul>
|
||||
<form ng-submit="search()" class="navbar-form navbar-right ng-pristine ng-valid">
|
||||
<div class="row">
|
||||
<div class="col-xs-10 col-xs-offset-2">
|
||||
<div class="input-group">
|
||||
<div class="input-group-btn search-panel">
|
||||
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown">
|
||||
{{currentScope.name | translate}}<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li ng-repeat="searchScope in searchScopes" ng-click="changeScope(searchScope)">
|
||||
<a href= "">{{ searchScope.name |translate}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<input id ="search" type="text" class="form-control" data-ng-model="search.query" placeholder="{{'label.searchorpress'|translate}}">
|
||||
</div>
|
||||
<div class="input-group" style="width:250px">
|
||||
<div class="input-group-btn search-panel">
|
||||
<button type="button" class="btn btn-success dropdown-toggle" data-toggle="dropdown">
|
||||
{{currentScope.name | translate}}<span class="caret"></span>
|
||||
</button>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li ng-repeat="searchScope in searchScopes" ng-click="changeScope(searchScope)">
|
||||
<a href= "">{{ searchScope.name |translate}}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<input id ="search" type="text" class="form-control" data-ng-model="search.query" placeholder="{{'label.searchorpress'|translate}}">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "15.03.1.RELEASE",
|
||||
"releasedate": "18/May/2015"
|
||||
"version": "15.09.RELEASE",
|
||||
"releasedate": "5/Sep/2015"
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user