From 952cb5e890b659fb923e4ca6f296fa52bf94b44e Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Thu, 22 Jul 2021 09:40:43 +0200 Subject: [PATCH] related to #1455 changing the btn and putting it on the left --- admin/themes/default/template/site_update.tpl | 5 ++--- admin/themes/default/theme.css | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/admin/themes/default/template/site_update.tpl b/admin/themes/default/template/site_update.tpl index 7d4482939..53ca6f5c1 100644 --- a/admin/themes/default/template/site_update.tpl +++ b/admin/themes/default/template/site_update.tpl @@ -114,9 +114,8 @@ $('#syncFiles label').click(function () { -

- - +

+

{/if}{*isset $introduction*} diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index b5ccde8b9..7fca2cb36 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -3180,6 +3180,11 @@ a#showPermissions:hover {text-decoration: none;} text-align:left; } +.bottomButtons.syncBtn { + text-align:left; + margin-left: 25px; +} + .commentFilter {text-align:left;margin:5px 1em;} FORM#categoryOrdering p.albumTitle {margin:0; margin-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 4px;}