summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/styles.scss
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-03-10 14:53:44 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-03-10 16:34:32 -0300
commit58f6a2f088a57823a4469e0c8c62ebff3f7c5597 (patch)
treea304798918bcfe755ae4cbe7dbb8b411f0b4069a /web-ui/app/scss/styles.scss
parentd0917e12464152dde8bc1ccac0748945b709804e (diff)
#261 Adding an extra wrap around the tags-icon so we can properly split the sections on the right pane
Diffstat (limited to 'web-ui/app/scss/styles.scss')
-rw-r--r--web-ui/app/scss/styles.scss6
1 files changed, 5 insertions, 1 deletions
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;