Skip to content

Instantly share code, notes, and snippets.

@stephanieleary
Created June 28, 2012 19:20
Show Gist options
  • Save stephanieleary/3013317 to your computer and use it in GitHub Desktop.
Save stephanieleary/3013317 to your computer and use it in GitHub Desktop.
Basic Comment Quicktags mod for P2
// quicktags.js
quicktags({
id: "comment",
buttons: "link,em,strong"
});
quicktags({
id: "posttext",
buttons: "link,em,strong"
});
// quicktags.css
#commentform .quicktags-toolbar input, div#qt_bbp_reply_content_toolbar {
width: auto;
padding: 0.2em 1em;
}
// this lines up the media uploader buttons with the quick tags
#media-buttons {
margin: .5em .5em 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment