From f52b6ba0cb8ce23904e5b71341eb4d3525c38fd0 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 9 Apr 2015 12:59:23 -0300 Subject: Adding a tag icon to indicate tags on the full email view --- web-ui/app/scss/_mixins.scss | 9 ++++++++- web-ui/app/templates/mails/full_view.hbs | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 14a1679f..0bfc93a3 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -81,6 +81,12 @@ } @mixin tags { + i.tags-label { + vertical-align: bottom; + font-size: medium; + color: #999; + } + ul.tags { li { font-size: 0.6rem; @@ -105,7 +111,7 @@ background: transparent; border: 1px solid #DDD; line-height: 0; - padding: 3px 2px 2px 2px; + padding: 1px 2px; @include border-radius(2px); &:hover { opacity: 1; @@ -114,6 +120,7 @@ i { &:before { vertical-align: middle; + font-size: smaller; } } } diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index c72b3af9..50ac2776 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -43,6 +43,7 @@