summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-11-10 10:47:42 -0200
committerGabriel Albo <gabriel@albo.com.br>2015-11-10 10:47:42 -0200
commit3ec84c9b81161684341c0c31eabe003bbae4e5ba (patch)
treefe777bfa5af2b2c2d75d07d81d3c792a803ee5f0 /web-ui
parentf2f5473ead184032d1de6208bc2530dfb88455fc (diff)
#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).
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/scss/_mascot.scss3
1 files changed, 2 insertions, 1 deletions
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;