Commit 770bfdc1 by marco

removed new post icon and added font-awesome replacement

parent 0f84a520
...@@ -130,7 +130,6 @@ body.discussion { ...@@ -130,7 +130,6 @@ body.discussion {
height: 17px; height: 17px;
margin: 8px 7px 0 0; margin: 8px 7px 0 0;
font-size: 16px; font-size: 16px;
padding-right: $baseline/2;
vertical-align: middle; vertical-align: middle;
color: $white; color: $white;
} }
......
...@@ -336,7 +336,6 @@ ...@@ -336,7 +336,6 @@
height: 17px; height: 17px;
margin: 8px 7px 0 0; margin: 8px 7px 0 0;
font-size: 16px; font-size: 16px;
padding-right: $baseline/2;
vertical-align: middle; vertical-align: middle;
color: $white; color: $white;
} }
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
<%block name="extratabs"> <%block name="extratabs">
% if has_permission(user, 'create_thread', course.id): % if has_permission(user, 'create_thread', course.id):
<li class="right"><a href="#" class="new-post-btn"><span class="icon icon-edit"></span>New Post</a></li> <li class="right"><a href="#" class="new-post-btn"><span class="icon icon-edit new-post-icon"></span>New Post</a></li>
% endif % endif
</%block> </%block>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment