From 2762e8e072769243c25df9b3776b844518dce2eb Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 27 Feb 2015 17:02:12 -0600 Subject: [PATCH] Tweak product detail layout some more. --- tailbone/templates/products/read.mako | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tailbone/templates/products/read.mako b/tailbone/templates/products/read.mako index 5e9e0aa2..8f9bcae8 100644 --- a/tailbone/templates/products/read.mako +++ b/tailbone/templates/products/read.mako @@ -15,7 +15,7 @@ .panel-wrapper { float: left; margin-right: 15px; - min-width: 45%; + min-width: 40%; } @@ -72,9 +72,9 @@
-

Organization

+

Pricing

- ${self.render_organization_fields(form)} + ${self.render_price_fields(form)}
@@ -90,9 +90,9 @@
-

Pricing

+

Organization

- ${self.render_price_fields(form)} + ${self.render_organization_fields(form)}