From 3ec84c9b81161684341c0c31eabe003bbae4e5ba Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 10 Nov 2015 10:47:42 -0200 Subject: #503 - Aligning the 'no emails in inbox' message to the 'nothing selected' message for different browser displays (in a, ugly way. Must refactor this to avoid negative margins). --- web-ui/app/scss/_mascot.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/_mascot.scss b/web-ui/app/scss/_mascot.scss index 9a8b8bdb..d27dec9a 100644 --- a/web-ui/app/scss/_mascot.scss +++ b/web-ui/app/scss/_mascot.scss @@ -33,7 +33,8 @@ #no-mails-available-pane { text-align: center; - line-height: 65vh; + line-height: 100vh; + margin-top: -130px; .scene{ display:inline-block; -- cgit v1.2.3