#%]
[% MACRO button(obj, action) BLOCK; %]
-<form class="actionform" action="[% base %]/[% obj.table %]/[% action %]/[% obj.id %]" method=POST>
- <input id="actionbutton" type="submit" value="[% action %]" /></form>
+<form class="actionform" action="[% base %]/[% obj.table %]/[% action %]/[% obj.id %]" method="post">
+<div class="field"><input class="actionbutton" type="submit" value="[% action %]" /></div></form>
[% END %]
[%#
.error { color: #d00; }
-.actions {
- white-space: nowrap;
- background-color: #fff;
-}
-
.action {
border: 1px outset #7d95b5;
style:block;
display: inline;
}
-#actionbutton {
+.actionbutton {
height: 16px;
width: 40px;
font-family: sans-serif;
margin-bottom: 0px;
}
-#actionbutton:hover {
+.actionbutton:hover {
color: #fff;
background-color: #7d95b5;
}
+.actions {
+white-space: nowrap;
+}
+
+.field {
+ display:inline;
+ background-color: #fff;
+}
+
.pager {
font: 11px Arial, Helvetica, sans-serif;
text-align: center;