MyBB Community Forums

Full Version: Report Post Window
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=10846]

How do we set it such that when the Report window pops out, there isn't any extra space at the button...?
Global Templates > "report"

Change
<div align="center"><input type="submit" class="button" value="{$lang->report_post}" /></div>
to this...
<input type="submit" class="button" value="{$lang->report_post}" />