From 8353a356d8f2835f0aea33e47ade966609c99992 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Wed, 25 Jan 2023 11:44:00 +0100 Subject: [PATCH] #10138 changed signature footer --- pandora_console/include/styles/install.css | 3 ++- pandora_console/install.php | 13 ++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pandora_console/include/styles/install.css b/pandora_console/include/styles/install.css index 141abc65b1..1d253bee3f 100644 --- a/pandora_console/include/styles/install.css +++ b/pandora_console/include/styles/install.css @@ -115,7 +115,8 @@ html { color: #8a96a6; font-size: 13px; font-weight: 300; - margin: 0 auto; + margin-right: auto; + margin-left: 10px; } .link { color: #82b92e; diff --git a/pandora_console/install.php b/pandora_console/install.php index d4c1687f19..1fed01b867 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -580,7 +580,7 @@ function install_step1()