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;}