diff --git a/htdocs/core/get_menudiv.php b/htdocs/core/get_menudiv.php index 76ac972c15d..3ff299fa00c 100644 --- a/htdocs/core/get_menudiv.php +++ b/htdocs/core/get_menudiv.php @@ -105,7 +105,8 @@ print ' li.lilevel1 { padding: 1em 15px 0.5em 40px; border-top: 1px solid #aaa; - margin-right: 20px; + margin-right: 0px; + margin-left: 0px; border-right: 0px ! important; } li.lilevel1:first-child { @@ -121,13 +122,13 @@ print ' display: block; } li.lilevel2 a { - padding: 0 15px 0.5em 40px; + padding: 0.7em 15px 0.7em 40px; color: #000; cursor: pointer; display: block; } li.lilevel3 a { - padding: 0.2em 15px 8px 60px; + padding: 0.2em 15px 0.2em 60px; color: #000; cursor: pointer; display: block; @@ -139,7 +140,7 @@ print ' display: block; } li.lilevel5 a { - padding: 0.2em 15px 8px 60px; + padding: 0.2em 15px 0.2em 60px; color: #000; cursor: pointer; display: block; diff --git a/htdocs/theme/md/graph-color.php b/htdocs/theme/md/graph-color.php index 3450180e153..72cc839043b 100644 --- a/htdocs/theme/md/graph-color.php +++ b/htdocs/theme/md/graph-color.php @@ -28,7 +28,7 @@ global $theme_bordercolor, $theme_datacolor, $theme_bgcolor, $theme_bgcoloronglet; $theme_bordercolor = array(235,235,224); -$theme_datacolor = array(array(140,140,220), array(190,120,120), array(0,160,140), array(190,190,100), array(115,125,150), array(100,170,20), array(250,190,30), array(150,135,125), array(85,135,150), array(150,135,80), array(150,80,150)); +$theme_datacolor = array(array(136,102,136), array(0,130,110), array(140,140,220), array(190,120,120), array(190,190,100), array(115,125,150), array(100,170,20), array(250,190,30), array(150,135,125), array(85,135,150), array(150,135,80), array(150,80,150)); $theme_bgcolor = array(hexdec('F4'),hexdec('F4'),hexdec('F4')); $theme_bgcoloronglet = array(hexdec('DE'),hexdec('E7'),hexdec('EC')); diff --git a/htdocs/theme/md/img/statut3.png b/htdocs/theme/md/img/statut3.png index bf4f7b8e854..158c640bb60 100644 Binary files a/htdocs/theme/md/img/statut3.png and b/htdocs/theme/md/img/statut3.png differ diff --git a/htdocs/theme/md/img/statut4.png b/htdocs/theme/md/img/statut4.png index 7a680ad2b2d..d0df7e40aef 100644 Binary files a/htdocs/theme/md/img/statut4.png and b/htdocs/theme/md/img/statut4.png differ diff --git a/htdocs/theme/md/img/statut9.png b/htdocs/theme/md/img/statut9.png index e5304dd791b..49397d25520 100644 Binary files a/htdocs/theme/md/img/statut9.png and b/htdocs/theme/md/img/statut9.png differ diff --git a/htdocs/theme/md/img/statut9_40x40.png b/htdocs/theme/md/img/statut9_40x40.png index 445eac35387..ab82e6dfe30 100644 Binary files a/htdocs/theme/md/img/statut9_40x40.png and b/htdocs/theme/md/img/statut9_40x40.png differ