Skip to content

Commit

Permalink
Fix menu with smartphone
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 8, 2017
1 parent 95cb502 commit a5bdadf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions htdocs/core/get_menudiv.php
Expand Up @@ -105,7 +105,8 @@
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 {
Expand All @@ -121,13 +122,13 @@
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;
Expand All @@ -139,7 +140,7 @@
display: block;
}
li.lilevel5 a {
padding: 0.2em 15px 8px 60px;
padding: 0.2em 15px 0.2em 60px;
color: #000;
cursor: pointer;
display: block;
Expand Down
2 changes: 1 addition & 1 deletion htdocs/theme/md/graph-color.php
Expand Up @@ -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'));

Binary file modified htdocs/theme/md/img/statut3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/md/img/statut4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/md/img/statut9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified htdocs/theme/md/img/statut9_40x40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5bdadf

Please sign in to comment.