From 462e89e45273cd7c1c96bf27d23ea20326c16925 Mon Sep 17 00:00:00 2001 From: pratu16x7 Date: Tue, 14 Feb 2017 17:17:28 +0530 Subject: [PATCH] [minor] margin fix --- erpnext/public/css/website.css | 3 +++ erpnext/public/less/website.less | 4 ++++ erpnext/templates/generators/bom.html | 8 ++++---- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/erpnext/public/css/website.css b/erpnext/public/css/website.css index 73230d027c..4f419377b0 100644 --- a/erpnext/public/css/website.css +++ b/erpnext/public/css/website.css @@ -267,4 +267,7 @@ background: none; float: none; border: none; +} +.bom-spec { + margin-bottom: 20px; } \ No newline at end of file diff --git a/erpnext/public/less/website.less b/erpnext/public/less/website.less index d41a773126..b733dabaf7 100644 --- a/erpnext/public/less/website.less +++ b/erpnext/public/less/website.less @@ -342,4 +342,8 @@ background: none; float: none; border: none; +} + +.bom-spec { + margin-bottom: 20px; } \ No newline at end of file diff --git a/erpnext/templates/generators/bom.html b/erpnext/templates/generators/bom.html index 5fba8f7a20..c28d9d4c5a 100644 --- a/erpnext/templates/generators/bom.html +++ b/erpnext/templates/generators/bom.html @@ -62,13 +62,13 @@
{% for d in operations -%}
-
{{ media_image(d.image, d.operation, "product-full-image") }}
-
{{ d.operation }}
+
{{ media_image(d.image, d.operation, "product-full-image") }}
+
{{ d.operation }}
{{ d.description }}
-
{{ _("Workstation") }}
{{ d.workstation }}
-
{{ _("Time(in mins)") }}
+
{{ _("Workstation") }}
{{ d.workstation }}
+
{{ _("Time(in mins)") }}
{{ d.time_in_mins }}