/**
*
* @package phpBB Extension - Quick reply BBCodes
* @copyright (c) 2026 Fred Rimbert - https://forums.caforum.fr
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/

/* remove subject
**************************************************/
#qr_postform fieldset.fields1 dl { display: none }

/* center the BBCodes and Quick reply title
**************************************************/
#qr_postform h2.quickreply-title {
	border:none;
	margin: 0;
	text-align: center;
}
#qr_postform .format-buttons {
	width: 95%;
	text-align: center;
	margin: 0 auto;
}

/* textarea wide
**************************************************/
#qr_postform .message-box {
	width: 95%;
	margin: 0 auto;
}
