center search results on screen

This commit is contained in:
felizbear 2015-11-26 12:52:41 +09:00 committed by Alexander Bezzubov
parent 227c6b443e
commit aa5ddb3f8f
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ limitations under the License.
-->
<div ng-controller="SearchResultCtrl" class="searchResults">
<div class="row">
<div class="col-md-8 col-md-offset-3">
<div class="col-sm-8" style="margin: 0 auto; float: none">
<ul class="search-results">
<li class="panel panel-default" ng-repeat="note in notes">
<div class="panel-heading">

View file

@ -1,6 +1,7 @@
.search-results {
list-style-type: none;
margin-top: 10%;
margin: 10% auto 0;
padding: 0;
}
.search-result {