From af59db934a9748f58e0c3359ff4261a241e8561d Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Mon, 27 Mar 2017 12:43:35 +0000
Subject: [PATCH] SSDM-4763 : Reducing margins and paddings

SVN: 37974
---
 .../eln-lims/1/as/webapps/eln-lims/html/css/style.css | 11 +++++++++++
 .../1/as/webapps/eln-lims/html/js/util/FormUtil.js    |  1 -
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
index df08bf780da..cca3055cc8a 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/css/style.css
@@ -54,6 +54,17 @@ h1, h2, legend {
 
 .control-label {
 	word-wrap: break-word;
+	margin-bottom: 0px;
+}
+
+.checkbox {
+	margin-top: 0px;
+	margin-bottom: 0px;	
+}
+
+.form-control-static {
+	padding-top: 0px;
+	padding-bottom: 0px;
 }
 
 #preview-image {
diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
index 85eb6f25c5e..b990f5232f7 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/util/FormUtil.js
@@ -576,7 +576,6 @@ var FormUtil = new function() {
 		var $controlGroup = $('<div>', {class : 'form-group'});
 		
 		var $controlLabel = $('<label>', {class : 'control-label' });
-		$controlLabel.css("margin-bottom","0px");
 		
 		if(label) {
 			$controlLabel.text(label + ":");
-- 
GitLab