This reverts commit 60b96e7c5747b6721be88177428f6377e620f457. I want to be able to display several toolbars on the same page
@@ -327,7 +327,8 @@ table th.value
font-size:14px;
padding-bottom:20px;
}
-#sf-toolbar {
+
+.sf-toolbarreset {
border-top: 0;
padding: 0;
@@ -3,7 +3,7 @@
<div style="clear: both; height: 40px;"></div>
{% endif %}
-<div id="sf-toolbar"
+<div class="sf-toolbarreset"
{% if 'normal' != position %}
style="position: {{ position }};
background-color: #f7f7f7;