aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/webapp/apps/frontPageApp/personList.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/webapp/apps/frontPageApp/personList.html')
-rwxr-xr-xsrc/main/resources/webapp/apps/frontPageApp/personList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/webapp/apps/frontPageApp/personList.html b/src/main/resources/webapp/apps/frontPageApp/personList.html
index f36aba7..e79c90e 100755
--- a/src/main/resources/webapp/apps/frontPageApp/personList.html
+++ b/src/main/resources/webapp/apps/frontPageApp/personList.html
@@ -22,7 +22,7 @@
<div class="row">
<div class="span12">
- <form class="form-search well">
+ <form class="form-search form-inline well">
<div class="input-append">
<input type="text" class="span2 search-query" ng-model="persons.query" ng-change="persons.onSearchChange()">
<button type="submit" class="btn" ng-click="persons.onSearch()">Search</button>