mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-21 21:11:35 +01:00
Adjusted no results messages and styling
This commit is contained in:
parent
09115610f7
commit
1569231bcd
@ -26,8 +26,8 @@
|
||||
</div>
|
||||
<div class="centered-message" ng-if="loaded && !sites.length">
|
||||
<p>
|
||||
No sites available to auto-fill for the current browser tab.
|
||||
<button ng-click="addSite()" class="btn btn-link btn-lg btn-block">Add a site</button>
|
||||
There are no sites available to auto-fill for the current browser tab.
|
||||
<button ng-click="addSite()" style="margin-top: 20px;" class="btn btn-link btn-block">Add a Site</button>
|
||||
</p>
|
||||
</div>
|
||||
<div class="page-loading" ng-if="!loaded">
|
||||
|
@ -20,8 +20,8 @@
|
||||
</div>
|
||||
<div class="centered-message" ng-if="loaded && !folders.length">
|
||||
<p>
|
||||
No folders to list.
|
||||
<a ui-sref="addFolder({animation: 'in-slide-up'})" class="btn btn-link btn-lg btn-block">Add a folder</a>
|
||||
There are no folders to list.
|
||||
<a ui-sref="addFolder({animation: 'in-slide-up'})" style="margin-top: 20px;" class="btn btn-link btn-lg btn-block">Add a Folder</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="page-loading" ng-if="!loaded">
|
||||
|
@ -37,8 +37,8 @@
|
||||
</div>
|
||||
<div class="centered-message" ng-if="loaded && !vaultSites.length">
|
||||
<p>
|
||||
No sites to list.
|
||||
<button ng-click="addSite()" class="btn btn-link btn-lg btn-block">Add a site</button>
|
||||
There are no sites to list.
|
||||
<button ng-click="addSite()" style="margin-top: 20px;" class="btn btn-link btn-block">Add a Site</button>
|
||||
</p>
|
||||
</div>
|
||||
<div class="page-loading" ng-if="!loaded">
|
||||
|
@ -414,7 +414,7 @@
|
||||
p {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
margin-top: -40px;
|
||||
margin-top: -70px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user