diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index d87d74c8fe9..ac18fc77f15 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -223,7 +223,7 @@ function left_menu($menu_array, $help_url='', $form_search='') { global $user, $conf, $langs; - print '
'."\n"; + print '
'."\n"; // Colonne de gauche print "\n\n"; diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index 61b704edc5f..caa232b02cf 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -26,6 +26,11 @@ body font-family: sans-serif; font-size: 0.7em; background: #dee7ec; + margin-top: 0; + margin-bottom: 0; + margin-right: 0; + margin-left: 0; + } /* diff --git a/htdocs/theme/dev/new.css b/htdocs/theme/dev/new.css index a42a43aaee3..14d3b806045 100644 --- a/htdocs/theme/dev/new.css +++ b/htdocs/theme/dev/new.css @@ -60,6 +60,7 @@ div.vmenu margin-right: 10px; padding: 0px; padding-bottom: 6px; + width: 160px; } a @@ -95,7 +96,7 @@ a.login { position: absolute; right: 27px; - top: 9px; + top: 1px; padding:2px; text-decoration:none; color:white; diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index 3446c80add0..9b2bf4c0f7c 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -93,7 +93,7 @@ div.vmenu margin-right: 2px; padding: 0px; padding-bottom: 0px; - width: 158px; + width: 160px; } div.fiche diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css index 5a616b53112..622efe17ade 100644 --- a/htdocs/theme/freelug/freelug.css +++ b/htdocs/theme/freelug/freelug.css @@ -87,7 +87,7 @@ div.vmenu margin-right: 2px; padding: 0px; padding-bottom: 0px; - width: 158px; + width: 160px; } div.fiche diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index 4413607abc6..87208ac3d13 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -91,7 +91,7 @@ div.vmenu margin-right: 2px; padding: 0px; padding-bottom: 0px; - width: 158px; + width: 160px; } div.fiche