Update: menu separators & text placeholder

This commit is contained in:
Gary Sharp
2013-12-26 11:53:02 +11:00
parent 35391ad1a1
commit 2ddf4b7bd9
12 changed files with 64 additions and 103 deletions
@@ -38,7 +38,7 @@
@if (canAddLogs)
{
<div class="commentInput clearfix">
<textarea class="commentInput" accesskey="l"></textarea>
<textarea class="commentInput" placeholder="write comment..." accesskey="l"></textarea>
<span class="action post commentInputPost fa fa-comment" title="Post Comment"></span>
</div>
}