diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php
index f2e2b6b2847..aea14ffa1b8 100644
--- a/htdocs/public/demo/index.php
+++ b/htdocs/public/demo/index.php
@@ -354,7 +354,7 @@ foreach ($demoprofiles as $profilearray)
print '
'."\n";
// Title
print '';
- print '![Demo '.$profilearray['label'].']('.$profilearray['icon'].') | ';
+ print '![Demo '.$profilearray['label'].']('.$profilearray['icon'].') | ';
print ''.$langs->trans($profilearray['label']).' | ';
print '
'."\n";
// Modules
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index e0c1909db86..4707107a85a 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -4030,6 +4030,12 @@ border-top-right-radius: 6px;
+/* For demo pages */
+img.demothumb {
+ box-shadow: 2px 2px 8px #888;
+}
+
+
/* The theme for public pages */
.public_body {
margin: 20px;
@@ -4040,6 +4046,9 @@ border-top-right-radius: 6px;
+
+
+
/* CSS style used for small screen */
.imgopensurveywizard
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 151029aa712..8d66f4a0847 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -3861,6 +3861,13 @@ border-top-right-radius: 6px;
+/* For demo pages */
+img.demothumb {
+ box-shadow: 2px 2px 8px #888;
+ margin-bottom: 4px;
+}
+
+
/* The theme for public pages */
.public_body {
margin: 20px;