From 402a832e93192a043b79bc379ff5be80a93a8da1 Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Fri, 22 Jul 2011 12:59:49 +0100 Subject: [PATCH] Fixed bug #3375325 - Page list in navigation frame looks odd --- ChangeLog | 1 + themes/pmahomme/css/theme_left.css.php | 15 +++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03daef06f..5b028570c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog ====================== 3.4.5.0 (not yet released) +- bug #3375325 [interface] Page list in navigation frame looks odd 3.4.4.0 (not yet released) - bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index 467e70a25..990feebab 100644 --- a/themes/pmahomme/css/theme_left.css.php +++ b/themes/pmahomme/css/theme_left.css.php @@ -113,15 +113,22 @@ ul#databaseList span { } ul#databaseList a { + color: #333; + background: url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent; display: block; - padding:5px; + padding: 5px; font-style: normal; } +div#navidbpageselector { + margin: 0.1em; + text-align: center; +} + div#navidbpageselector a, -ul#databaseList a { - background:url(./themes/pmahomme/img/database.png) no-repeat 0% 50% transparent; - color: #333; +div#navidbpageselector select{ + color: #333; + margin: 0.2em; } ul#databaseList ul {