Use fa-plus for the #add-post in the QR. #1338
This commit is contained in:
parent
ffc625259e
commit
20b4087f1d
@ -764,11 +764,9 @@ a.remove {
|
|||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
#add-post {
|
#add-post {
|
||||||
display: inline-block;
|
font-size: 20px;
|
||||||
font-size: 30px;
|
height: 20px;
|
||||||
height: 30px;
|
width: 20px;
|
||||||
width: 30px;
|
|
||||||
line-height: 1;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="dump-list-container">
|
<div id="dump-list-container">
|
||||||
<div id="dump-list"></div>
|
<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>
|
||||||
<div class="textarea">
|
<div class="textarea">
|
||||||
<textarea data-name="com" placeholder="Comment" class="field"></textarea>
|
<textarea data-name="com" placeholder="Comment" class="field"></textarea>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user