<p><a href="https://github.com/tomhughes" class="user-mention">@tomhughes</a> Using the 3D view in FF inspector can see that the buttons float and are not inside the div container with class=content-inner. The space provided by the div container take effect by doing this:</p>
<ul>
<li>Remove <code>float: left</code> and <code>overflow: hidden</code> attribute in the css style input <code>.buttons input[type="submit"], [...] .buttons .button</code> (line 1975 in common.css.scss)</li>
<li>Add <code>display: inline-block</code> attribute on each element inside the div container with class <code>message-buttons buttons</code>
</li>
</ul><p><a href="https://f.cloud.github.com/assets/1282371/1949799/44ee772c-8122-11e3-8a53-03aa4849a020.png" target="_blank"><img src="https://f.cloud.github.com/assets/1282371/1949799/44ee772c-8122-11e3-8a53-03aa4849a020.png" alt="patch" style="max-width:100%;"></a></p>
<p>I forgot, on page "<a href="http://www.openstreetmap.org/user/USERNAME/inbox">http://www.openstreetmap.org/user/USERNAME/inbox</a>" solve the problem by adding an extra space (table) as I did.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/677#issuecomment-32712078'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/1419053__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwNTY4MTI3OSwiZGF0YSI6eyJpZCI6MjM2MzMyMTd9fQ==--18805b8d9a7e803fa014d4b35c7da225c811bbce.gif' height='1' width='1'></p>