From c43e568f1a0ddfefee9510a8e9ad37a548c0b310 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 23 Feb 2015 14:49:24 -0300 Subject: #296 Adding tags icon and styling its text --- web-ui/app/scss/styles.scss | 19 +++++++++++++++++++ web-ui/app/templates/tags/tag_list.hbs | 5 ++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 7292f029..f8c8644c 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -273,6 +273,7 @@ section { top: 1px; left: 0; border: 1px solid #FFF; + border-bottom: 1px solid white; position: absolute; opacity: 0.95; } @@ -336,6 +337,24 @@ section { } } + div.tags-icon { + margin-bottom: 20px; + i { + font-size: 1.5em; + font-family: "FontAwesome"; + margin-right: 13px; + font-weight: normal; + position: relative; + top: 2px; + left: 16px; + } + span.tag-label { + font-size: 0.9rem; + padding-left: 16px; + margin-bottom: 10px; + } + } + ul#logout { li { color: $action_buttons; diff --git a/web-ui/app/templates/tags/tag_list.hbs b/web-ui/app/templates/tags/tag_list.hbs index e2e97833..071b4799 100644 --- a/web-ui/app/templates/tags/tag_list.hbs +++ b/web-ui/app/templates/tags/tag_list.hbs @@ -1,3 +1,6 @@ -

{{t 'Tags'}}

+
+ + Tags +
-- cgit v1.2.3