From 6e0dfbd88bf413b693953e2d8dafdad3915a0110 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 1 Nov 2013 16:50:23 +1100 Subject: [PATCH] Make order cycle admin open and close time columns wider --- app/views/admin/order_cycles/index.html.haml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/admin/order_cycles/index.html.haml b/app/views/admin/order_cycles/index.html.haml index 8ae14a8ee7..8ed251c7e9 100644 --- a/app/views/admin/order_cycles/index.html.haml +++ b/app/views/admin/order_cycles/index.html.haml @@ -8,6 +8,15 @@ = form_for @order_cycle_set, :url => main_app.bulk_update_admin_order_cycles_path do |f| %table.index#listing_order_cycles + %colgroup + %col + %col{'style' => 'width: 20%;'} + %col{'style' => 'width: 20%;'} + %col + %col + %col + %col + %col %thead %tr %th Name