From 58f6a2f088a57823a4469e0c8c62ebff3f7c5597 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 10 Mar 2015 14:53:44 -0300 Subject: #261 Adding an extra wrap around the tags-icon so we can properly split the sections on the right pane --- web-ui/app/scss/styles.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 6b334099..67342c18 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -360,8 +360,12 @@ section { opacity: 1; } - div.tags-icon { + div.tags-icon-wrap { + padding-top: 15px; border-top: 1px solid white; + } + + div.tags-icon { padding: 10px 0 15px 0; margin-bottom: 20px; -- cgit v1.2.3