Use fa-plus for the #add-post in the QR. #1338

This commit is contained in:
Mayhem 2013-11-16 03:45:51 +01:00
parent ffc625259e
commit 20b4087f1d
2 changed files with 4 additions and 6 deletions

View File

@ -764,11 +764,9 @@ a.remove {
vertical-align: bottom;
}
#add-post {
display: inline-block;
font-size: 30px;
height: 30px;
width: 30px;
line-height: 1;
font-size: 20px;
height: 20px;
width: 20px;
text-align: center;
position: absolute;
right: 0;

View File

@ -15,7 +15,7 @@
</div>
<div id="dump-list-container">
<div id="dump-list"></div>
<a id="add-post" href="javascript:;" title="Add a post">+</a>
<a href="javascript:;" id="add-post" class="fa fa-plus" title="Add a post"></a>
</div>
<div class="textarea">
<textarea data-name="com" placeholder="Comment" class="field"></textarea>