diff --git a/src/popup/app/current/views/current.html b/src/popup/app/current/views/current.html index 8c03c730..d45b3982 100644 --- a/src/popup/app/current/views/current.html +++ b/src/popup/app/current/views/current.html @@ -24,10 +24,10 @@ -
-

No sites available for tab. Add one

+
+

No sites available to auto-fill for the current browser tab. Add one

-
-

+
+
diff --git a/src/popup/app/vault/views/vault.html b/src/popup/app/vault/views/vault.html index 237d698c..0be5e0dd 100644 --- a/src/popup/app/vault/views/vault.html +++ b/src/popup/app/vault/views/vault.html @@ -35,10 +35,10 @@
-
+

No sites to list. Add one

-
-

+
+
diff --git a/src/popup/less/components.less b/src/popup/less/components.less index 869bbeb1..6c6d8653 100644 --- a/src/popup/less/components.less +++ b/src/popup/less/components.less @@ -398,3 +398,25 @@ .text-accent { color: @brand-primary-accent; } + +.page-loading { + .fa-spinner { + position: fixed; + top: 50%; + left: 50%; + color: @gray-light; + margin-left: -5px; + margin-top: -15px; + } +} + +.no-results { + p { + position: fixed; + top: 50%; + margin-top: -20px; + display: block; + width: 100%; + text-align: center; + } +}