centered-message

This commit is contained in:
Kyle Spearrin 2016-09-21 17:01:10 -04:00
parent 6e762729e0
commit 142bc779d3
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
</div>
</div>
</div>
<div class="no-results" ng-if="loaded && !sites.length">
<div class="centered-message" ng-if="loaded && !sites.length">
<p>No sites available to auto-fill for the current browser tab. <a href="" ng-click="addSite()">Add one</a></p>
</div>
<div class="page-loading" ng-if="!loaded">

View File

@ -35,7 +35,7 @@
</div>
</div>
</div>
<div class="no-results" ng-if="loaded && !vaultSites.length">
<div class="centered-message" ng-if="loaded && !vaultSites.length">
<p>No sites to list. <a href="" ng-click="addSite()">Add one</a></p>
</div>
<div class="page-loading" ng-if="!loaded">

View File

@ -410,7 +410,7 @@
}
}
.no-results {
.centered-message {
p {
position: fixed;
top: 50%;