From 214aa81ee98e4bbb8026c8421a2e90c267631964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Nov 2003 13:05:34 +0000 Subject: [PATCH] Make server selection in left frame same size as on other places. --- ChangeLog | 2 ++ css/phpmyadmin.css.php | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8ab82c6b4..6ff524b1d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2003-11-24 Michal Cihar * libraries/common.lib.php: Use preg again, it just needs a bit more escaping of \ (once for PHP and once for PCRE). + * css/phpmyadmin.css.php: Make server selection in left frame same size as + on other places. 2003-11-23 Alexander M. Turek * server_privileges.php3: while (list() = each()) is not always as bad as diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 02d1e14e5..cd3ff61bf 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -31,8 +31,6 @@ if ($js_frame == 'left') { ?> /* No layer effects neccessary */ div {font-family: ; font-size: ; color: #000000} -input {font-family: ; font-size: } -select {font-family: ; font-size: ; background-color: #ffffff; color: #000000} .heada {font-family: ; font-size: ; color: #000000} .parent {font-family: ; color: #000000; text-decoration: none} .item, .item:active, .item:hover, .tblItem, .tblItem:active {font-family: ; font-size: ; color: #333399; text-decoration: none} @@ -97,6 +95,8 @@ div {font-family: ; font-size: /* Always enabled stylesheets (left frame) */ body {font-family: ; font-size: } +input {font-family: ; font-size: } +select {font-family: ; font-size: ; background-color: #ffffff; color: #000000}