diff --git a/src/client-libs/style.css b/src/client-libs/style.css index f951cbd..4f09eff 100644 --- a/src/client-libs/style.css +++ b/src/client-libs/style.css @@ -19,9 +19,13 @@ div.min-height { header { background-color: #D9E2E9; - /* leave some space on top & bottom */ + /* leave some space on top */ padding-top: 5px; - padding-bottom: 5px; +} + +#openRandomButton { + /* center vertically */ + margin-top: 6px; } .sticky-header { @@ -77,3 +81,4 @@ header { div.min-height { min-height: 400px; } + diff --git a/src/index.html b/src/index.html index 7a2cce9..2a5db22 100644 --- a/src/index.html +++ b/src/index.html @@ -19,19 +19,26 @@
-
+ You have {{$ctrl.mails.length}} mails in your mailbox: - +
+
- - + +
+
+ +
+