add icon-quote glyph to quote reply pop-up button
This commit is contained in:
parent
19376bb17c
commit
bce127d6db
|
@ -11,6 +11,7 @@ Discourse.QuoteButtonView = Discourse.View.extend({
|
||||||
classNameBindings: ['hasBuffer'],
|
classNameBindings: ['hasBuffer'],
|
||||||
|
|
||||||
render: function(buffer) {
|
render: function(buffer) {
|
||||||
|
buffer.push('<i class="icon-quote-right"></i> ');
|
||||||
buffer.push(Em.String.i18n("post.quote_reply"));
|
buffer.push(Em.String.i18n("post.quote_reply"));
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -234,7 +234,7 @@
|
||||||
color: $white;
|
color: $white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 2px 9px 5px 9px;
|
padding: 5px 9px 5px 9px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 5px solid rgba(0, 0, 0, 0.75);
|
border: 5px solid rgba(0, 0, 0, 0.75);
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|
Loading…
Reference in New Issue