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 df08bf780da73325caad59c94633822447d5c42a..cca3055cc8af9b681930025b080baad7657f1bac 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 85eb6f25c5e81af36e645663308426767d2fe647..b990f5232f78b35a081cf49772bd288c66fb6e21 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 + ":");