mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
center search results on screen
This commit is contained in:
parent
227c6b443e
commit
aa5ddb3f8f
2 changed files with 3 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
.search-results {
|
||||
list-style-type: none;
|
||||
margin-top: 10%;
|
||||
margin: 10% auto 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.search-result {
|
||||
|
|
|
|||
Loading…
Reference in a new issue