add icon-quote glyph to quote reply pop-up button

This commit is contained in:
Jeff Atwood 2013-03-25 11:16:06 -07:00
parent 19376bb17c
commit bce127d6db
2 changed files with 2 additions and 1 deletions

View File

@ -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"));
}, },

View File

@ -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;