Switch to side-by-side view

--- a/Allura/allura/templates/widgets/flag_post.html
+++ b/Allura/allura/templates/widgets/flag_post.html
@@ -1,4 +1,4 @@
 <form method="POST" action="{{action}}">
     <input type="hidden" name="delete" value="True"/>
-    <a href="" title="Flag as inappropriate or spam" class="flag_post ico-l"><b class="ui-icon ui-icon-flag"></b> <span>Flag</span></a>
+    <a href="" title="Flag as inappropriate or spam" class="flag_post ico-l"><b data-icon="{{g.icons['flag'].char}}" class="ico {{g.icons['flag'].css}}"></b> <span>Flag</span></a>
 </form>