diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/plugins/MicroscopyTechnology.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/plugins/MicroscopyTechnology.js
index 83232d97754648cdb71dc9bfb89872237cdfcc55..756009811a2933af91701b3b9bb690b5e2400ad8 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/plugins/MicroscopyTechnology.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/plugins/MicroscopyTechnology.js
@@ -174,6 +174,7 @@ $.extend(MicroscopyTechnology.prototype, ELNLIMSPlugin.prototype, {
 			var newThumbCol = $("<div />",
 				{
 					class: "col-md-4",
+					"text-align": "center",
 					id: sample.code
 				});
 
@@ -196,6 +197,9 @@ $.extend(MicroscopyTechnology.prototype, ELNLIMSPlugin.prototype, {
 			var thumbnailImage = $("<img />",
 				{
 					src: "./img/wait.png",
+					class: "img-responsive",
+					display: "inline",
+					"text-align": "center",
 					id: "image_" + sample.code,
 					title: name
 				});