diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4c8b42ddfb6..5ecedb3cb80 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1124,8 +1124,8 @@ div.fiche { div.fiche { - margin-: px; - margin-: dol_optimize_smallscreen)?'20':'12')); ?>px; + margin-: dol_optimize_smallscreen)?'22':'6')); ?>px; + margin-: dol_optimize_smallscreen)?'25':'6')); ?>px; dol_hide_leftmenu) && ! empty($conf->dol_hide_topmenu)) print 'margin-top: 4px;'."\n"; ?> dol_hide_leftmenu)) print 'margin-bottom: 12px;'."\n"; ?> } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 2d4833ca75c..4352f7368dc 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1147,8 +1147,8 @@ div.fiche { div.fiche { - margin-: px; - margin-: dol_optimize_smallscreen)?'16':'12')); ?>px; + margin-: dol_optimize_smallscreen)?'24':'6')); ?>px; + margin-: dol_optimize_smallscreen)?'16':'6')); ?>px; dol_hide_leftmenu) && ! empty($conf->dol_hide_topmenu)) print 'margin-top: 4px;'; ?> margin-bottom: 15px; } @@ -3222,8 +3222,8 @@ td.legendLabel { padding: 2px 2px 2px 0 !important; } } .photointoolitp { margin-top: 8px; - float: left; - /*text-align: center; */ + margin-bottom: 6px; + text-align: center; } .photodelete { margin-top: 6px !important; diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 13a67132559..11e74067e61 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -1825,12 +1825,14 @@ if ($action == 'editmeta' || $action == 'create') if ($action == 'file_manager') { print ''."\n"; - print '

'; + print '


'; //print '
'.$langs->trans("FeatureNotYetAvailable").''; $module = 'medias'; if (empty($url)) $url=DOL_URL_ROOT.'/website/index.php'; include DOL_DOCUMENT_ROOT.'/ecm/tpl/filemanager.tpl.php'; + + print '
'; } if ($action == 'editmenu')