Skip to content

Commit

Permalink
center search results on screen
Browse files Browse the repository at this point in the history
  • Loading branch information
felizbear authored and bzz committed Dec 15, 2015
1 parent 227c6b4 commit aa5ddb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zeppelin-web/src/app/search/result-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-->
<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">
Expand Down
3 changes: 2 additions & 1 deletion zeppelin-web/src/app/search/search.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.search-results {
list-style-type: none;
margin-top: 10%;
margin: 10% auto 0;
padding: 0;
}

.search-result {
Expand Down

0 comments on commit aa5ddb3

Please sign in to comment.