From 6c5849fc8749e54b638ace77fd0ee6655184f0bd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 9 Aug 2016 15:56:39 +0200 Subject: [PATCH 1/2] Fix field too small --- htdocs/admin/menus/edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/menus/edit.php b/htdocs/admin/menus/edit.php index de8a299cece..afe56aa8dcf 100644 --- a/htdocs/admin/menus/edit.php +++ b/htdocs/admin/menus/edit.php @@ -370,7 +370,7 @@ if ($action == 'create') } else { - print ''; + print ''; } print ''.$langs->trans('DetailMenuIdParent'); print ', '.$langs->trans("Example").': fk_mainmenu=abc&fk_leftmenu=def'; @@ -458,7 +458,7 @@ elseif ($action == 'edit') $valtouse=$menu->fk_menu; if ($menu->fk_mainmenu) $valtouse='fk_mainmenu='.$menu->fk_mainmenu; if ($menu->fk_leftmenu) $valtouse.='&fk_leftmenu='.$menu->fk_leftmenu; - print ''; + print ''; print ''.$langs->trans('DetailMenuIdParent'); print ', '.$langs->trans("Example").': fk_mainmenu=abc&fk_leftmenu=def'; print ''; @@ -470,7 +470,7 @@ elseif ($action == 'edit') print ''.$langs->trans('Title').''.$langs->trans('DetailTitre').''; // Url - print ''.$langs->trans('URL').''.$langs->trans('DetailUrl').''; + print ''.$langs->trans('URL').''.$langs->trans('DetailUrl').''; // Langs print ''.$langs->trans('LangFile').''.$langs->trans('DetailLangs').''; From 7a53fa6be643d96c72a715810dd10dd3b6cc6a83 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 9 Aug 2016 15:56:55 +0200 Subject: [PATCH 2/2] Use shadow for hover of stats numbers --- htdocs/theme/eldy/style.css.php | 6 +----- htdocs/theme/md/style.css.php | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index eed6e5792ca..4d2c6947f61 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2831,11 +2831,7 @@ div.tabBar .noborder { border-radius: 4px; } .boxstats:hover { - - background: rgb() !important; - - background-color: #; - + box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20); } span.boxstatstext { opacity: 0.8; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 16dce1c5206..53f44060ae3 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2712,11 +2712,7 @@ div.tabBar .noborder { min-height: 38px; } .boxstats:hover { - - background: rgb() !important; - - background-color: #; - + box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20); } span.boxstatstext { /* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */