Admittedly I am a touch OCD about symmetry ... so the following, while not earth shattering to most is something that falls into a catagory that I consider non symmetrical.
See attached images. In the first image the first 'note' box is a .infobox class and looks rather proper with the little stick pin; especially for being called a 'note'. The second box has the word 'note' but no stick pin image and is from the class .information.
By editing ManageBoards.template.php, line 636 and changing this:
echo '<div class="information">', $txt['mboards_recycle_disabled_delete'], '</div>';
to this:
echo '<div class="infobox">', $txt['mboards_recycle_disabled_delete'], '</div>';
I achieved the symmetry shown in the second image. OCD crisis over.
I realise this seems minor to most people, but these little items like this are what add to the polished look of the user interface. Please consider adding the above changes.
thanks