diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-10 14:53:44 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-10 16:34:32 -0300 |
commit | 58f6a2f088a57823a4469e0c8c62ebff3f7c5597 (patch) | |
tree | a304798918bcfe755ae4cbe7dbb8b411f0b4069a /web-ui/app/templates | |
parent | d0917e12464152dde8bc1ccac0748945b709804e (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/templates')
-rw-r--r-- | web-ui/app/templates/tags/tag_list.hbs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/web-ui/app/templates/tags/tag_list.hbs b/web-ui/app/templates/tags/tag_list.hbs index e265354f..06c46fdf 100644 --- a/web-ui/app/templates/tags/tag_list.hbs +++ b/web-ui/app/templates/tags/tag_list.hbs @@ -1,6 +1,8 @@ <ul id="default-tag-list"></ul> -<div class="tags-icon side-nav-toggle"> - <i class="fa fa-tags"></i> - <span class="tag-label">Tags</span> +<div class="tags-icon-wrap"> + <div class="tags-icon side-nav-toggle"> + <i class="fa fa-tags"></i> + <span class="tag-label">Tags</span> + </div> </div> <ul id="custom-tag-list"></ul>
\ No newline at end of file |