Switch to side-by-side view

--- a/ForgeTracker/forgetracker/templates/index.html
+++ b/ForgeTracker/forgetracker/templates/index.html
@@ -13,6 +13,10 @@
     <link rel="alternate" type="application/atom+xml" title="Atom" href="feed.atom"/>
     <style type="text/css">
         div.ticket { font-size:160% }
+        /* temporary over ride until onyx theme is applied*/
+        #content .artifact_subscribe, #content .artifact_unsubscribe{
+            left: 758px;
+        }
     </style>
   </head>
 
@@ -62,7 +66,7 @@
             </tr>
           </tbody>
         </table>
-        ${c.subscribe_form.display(value=subscribed, action='subscribe')}
+        ${c.subscribe_form.display(value=subscribed, action='subscribe', style='icon')}
   </body>
   <script type="text/javascript">
       $('tbody.ticket-list').children(':even').addClass('even');