diff --git a/tailbone/static/css/newgrids.css b/tailbone/static/css/newgrids.css index 7b692566..22c971a9 100644 --- a/tailbone/static/css/newgrids.css +++ b/tailbone/static/css/newgrids.css @@ -117,6 +117,10 @@ margin-top: 0.3em; } +.newgrid.no-border { + margin-top: 0; +} + .newgrid table { background-color: white; border: 1px solid black; @@ -134,6 +138,11 @@ width: 50%; } +.newgrid.no-border table { + border-left: none; + border-top: none; +} + /****************************** * thead diff --git a/tailbone/templates/products/view.mako b/tailbone/templates/products/view.mako index 6758d7a7..a78acbcf 100644 --- a/tailbone/templates/products/view.mako +++ b/tailbone/templates/products/view.mako @@ -147,7 +147,7 @@
Pref. | @@ -158,8 +158,8 @@Unit Cost | - % for i, cost in enumerate(instance.costs, 1): -|
---|---|---|
${'X' if cost.preference == 1 else ''} | ${cost.vendor} | ${cost.code} |