Rearrange admin payment methods table (BH#73)

This commit is contained in:
David Cook
2013-09-19 12:12:39 +10:00
parent 402ed01207
commit e4127358c3
2 changed files with 16 additions and 2 deletions

View File

@@ -79,3 +79,12 @@ form.order_cycle {
margin-top: 3em;
}
}
table#listing_payment_methods {
table-layout: fixed;
td {
padding: 15px 5px;
word-wrap: break-word;
}
}

View File

@@ -1,4 +1,9 @@
/ replace_contents "table#listing_payment_methods colgroup"
%col{style: "width: 12%"}
-# There are other columns, but they seem to sort themselves out :)
%col{style: "width: 14%"}
%col{style: "width: 13%"}
%col{style: "width: 32%"}
%col{style: "width: 14%"}
%col{style: "width: 8%"}
%col{style: "width: 8%"}
%col{style: "width: 11%"}