diff --git a/libraries/List_Database.class.php b/libraries/List_Database.class.php
index c94f4388f..3354a1e8e 100644
--- a/libraries/List_Database.class.php
+++ b/libraries/List_Database.class.php
@@ -371,7 +371,7 @@ require_once './libraries/List.class.php';
$return = '
' . "\n";
foreach ($this->getGroupedDetails($offset, $count) as $group => $dbs) {
if (count($dbs) > 1) {
- $return .= '- ' . htmlspecialchars($group) . '
' . "\n";
+ $return .= '- ' . htmlspecialchars($group) . '
' . "\n";
// whether display db_name cut by the group part
$cut = true;
} else {
diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php
index 757a3db0b..5733cb020 100644
--- a/themes/pmahomme/css/theme_left.css.php
+++ b/themes/pmahomme/css/theme_left.css.php
@@ -101,6 +101,10 @@ ul#databaseList {
font-style: italic;
}
+ul#databaseList span {
+ padding: 5px;
+}
+
ul#databaseList a {
display: block;
padding:5px;