From 6342e828ea4cbf0685f716f08c9fc262cff2946c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 20 Oct 2007 17:19:39 +0000 Subject: [PATCH] bug #1777249 [display] Remove horizontal lines in navigation panel --- ChangeLog | 1 + libraries/navigation_header.inc.php | 2 +- themes/original/css/theme_left.css.php | 8 -------- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 713cf105e..330922fd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,6 +33,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #1811519 [privileges] fixed used collation for accessing mysql.user in server privileges - it should not be possible to move or copy a table to information_schema - bug #1814733 win: copy db to mixed name db fails +- bug #1777249 [display] Remove horizontal lines in navigation panel 2.11.1.2 (2007-10-17) - fixed XSS in server_status.php, thanks to Omer Singer, The DigiTrust Group diff --git a/libraries/navigation_header.inc.php b/libraries/navigation_header.inc.php index 7bdd9e51e..b67136965 100644 --- a/libraries/navigation_header.inc.php +++ b/libraries/navigation_header.inc.php @@ -98,6 +98,6 @@ if ($GLOBALS['cfg']['LeftDisplayServers'] && (count($GLOBALS['cfg']['Servers']) echo '
'; include './libraries/select_server.lib.php'; PMA_select_server(true, true); - echo '

'; + echo '
'; } // end if LeftDisplayServers ?> diff --git a/themes/original/css/theme_left.css.php b/themes/original/css/theme_left.css.php index 07e5019bf..50aa11e16 100644 --- a/themes/original/css/theme_left.css.php +++ b/themes/original/css/theme_left.css.php @@ -78,13 +78,11 @@ div#pmalogo, div#leftframelinks, div#databaseList { text-align: center; - border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; } ul#databaseList { - border-bottom: 0.05em solid ; margin-bottom: 0.5em; padding-bottom: 0.5em; padding-: 1.5em; @@ -141,11 +139,6 @@ div#leftframelinks a:hover { font-size: 80%; } -/* leftdatabaselist */ -div#left_tableList { - border-bottom: 0.05em solid ; -} - div#left_tableList ul { list-style-type: none; list-style-position: outside; @@ -204,7 +197,6 @@ div#left_tableList ul ul { padding-: 0.1em; border-: 0.1em solid ; padding-bottom: 0.1em; - border-bottom: 0.1em solid ; } /* for the servers list in navi panel */