From 0d3aed0a09f56bd49fffd42f6685b12925f427e2 Mon Sep 17 00:00:00 2001 From: "Ann + J.M" Date: Thu, 26 Jun 2014 12:59:22 +0200 Subject: [PATCH] Add padding to #pma_footer Signed-off-by: Ann + J.M --- themes/original/css/common.css.php | 2 +- themes/pmahomme/css/common.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index b7ec2ce4ca..6bbafeafcc 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -424,7 +424,7 @@ td .icon { } /* message boxes: error, confirmation */ -#pma_errors, #pma_demo { +#pma_errors, #pma_demo, #pma_footer { padding: 0 0.5em; } diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 527e623429..0b1c6bc940 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -704,7 +704,7 @@ td .icon { } /* message boxes: error, confirmation */ -#pma_errors, #pma_demo { +#pma_errors, #pma_demo, #pma_footer { padding: 0 0.5em; }