From 40e8e361f30c18aef53ce6401cb9fa4616605daf Mon Sep 17 00:00:00 2001 From: Zacharie Date: Thu, 13 Aug 2020 10:11:43 +0200 Subject: [PATCH] Issue #1208 : Minor design fixes --- admin/cat_modify.php | 4 ++-- admin/themes/default/theme.css | 13 ++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/admin/cat_modify.php b/admin/cat_modify.php index 0cef6fc1b..c75f2e47a 100644 --- a/admin/cat_modify.php +++ b/admin/cat_modify.php @@ -357,7 +357,7 @@ $result = query2array($query); if (count($result) > 0) { $template->assign( array( - 'INFO_CREATION' => l10n('Created on %s',format_date($result[0]['occured_on'], array('month','year'))) + 'INFO_CREATION' => l10n('Created on %s',format_date($result[0]['occured_on'], array('day', 'month','year'))) ) ); } @@ -380,7 +380,7 @@ if ($result[0]['COUNT(*)'] > 0) { $template->assign(array( 'INFO_ID' => l10n('Numeric identifier : %d',$category['id']), - 'INFO_LAST_MODIFIED'=> l10n('Edited on %s',format_date($category['lastmodified'], array('month','year'))) + 'INFO_LAST_MODIFIED'=> l10n('Edited on %s',format_date($category['lastmodified'], array('day', 'month','year'))) ) ); diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 1654a6cd4..3b857d2ad 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -497,6 +497,11 @@ LI.menuLi { font-size: 14px; } +#catHeader label[id=applytoSubAction] { + margin-top: 10px; + display: block; +} + #catHeader .catLock .switch { margin: 0 5px; } @@ -513,7 +518,13 @@ LI.menuLi { #catModify button[type="submit"] { margin: 13px; - font-size: 14px; + font-size: 12px; + padding: 12px; + margin-left: 0; +} + +#catModify p { + margin-left: 0; } /* Search bar */