diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 72f0d0f19e0..59c71e6b306 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -4201,7 +4201,8 @@ function load_fiche_titre($titre, $morehtmlright = '', $picto = 'generic', $pict if ($picto == 'setup') $picto = 'generic'; $return .= "\n"; - $return .= '
| '.img_picto('', $picto, 'class="valignmiddle widthpictotitle pictotitle"', $pictoisfullpath).' | '; $return .= '';
$return .= ' '.$titre.' ';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index 8e5fc838936..9f253073a6f 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -2432,7 +2432,7 @@ div.tabBar {
width: auto;
background: rgb();
}
-div.tabBar div.titre {
+div.tabBar tr.titre td {
padding-top: 20px;
}
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 808e565285e..85cdc1c48b0 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2572,7 +2572,8 @@ div.tabBar {
background: rgb();
border-bottom: 1px solid #aaa;
}
-div.tabBar div.titre {
+
+div.tabBar tr.titre td {
padding-top: 10px;
}
|