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