mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
@ -477,12 +477,11 @@ ul.tree {
|
|||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
/* line 329, ../sass/search/_search.scss */
|
/* line 329, ../sass/search/_search.scss */
|
||||||
.search .search-scroll .load-more-button {
|
.search .search-scroll .load-more-button {
|
||||||
margin-top: 5px;
|
margin-top: 5px 0;
|
||||||
margin-bottom: 5px;
|
font-size: 0.8em;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 25%;
|
left: 50%;
|
||||||
width: 50%;
|
margin-left: -45px;
|
||||||
white-space: nowrap;
|
text-align: center;
|
||||||
height: 20px;
|
width: 90px;
|
||||||
line-height: 11px;
|
white-space: nowrap; }
|
||||||
font-size: 0.7em; }
|
|
||||||
|
@ -327,20 +327,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.load-more-button {
|
.load-more-button {
|
||||||
// Space away form the results list
|
margin-top: $interiorMargin 0;
|
||||||
margin-top: 5px;
|
font-size: 0.8em;
|
||||||
margin-bottom: 5px;
|
|
||||||
|
|
||||||
// Center it
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 25%;
|
left: 50%;
|
||||||
width: 50%;
|
margin-left: -45px;
|
||||||
|
text-align: center;
|
||||||
|
width: 90px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
// Make smallish button
|
|
||||||
height: 20px;
|
|
||||||
line-height: 11px;
|
|
||||||
font-size: 0.7em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -105,10 +105,10 @@
|
|||||||
|
|
||||||
<!-- Load more button -->
|
<!-- Load more button -->
|
||||||
<div ng-if="controller.areMore()">
|
<div ng-if="controller.areMore()">
|
||||||
<button class="load-more-button btn very-subtle"
|
<a class="load-more-button btn very-subtle vsm"
|
||||||
ng-click="controller.loadMore()">
|
ng-click="controller.loadMore()">
|
||||||
Load More
|
More Results
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user