From bc2eab7ddb6cbaea329a092706264ef11c4a5bbf Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 17 Oct 2007 11:53:03 +0000 Subject: [PATCH] 2.11a --- pixeline/css/theme_left.css.php | 6 ++++-- pixeline/css/theme_right.css.php | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pixeline/css/theme_left.css.php b/pixeline/css/theme_left.css.php index a88b260834..80b725beae 100644 --- a/pixeline/css/theme_left.css.php +++ b/pixeline/css/theme_left.css.php @@ -13,6 +13,10 @@ if (!defined('PMA_MINIMUM_COMMON')) { exit(); } ?> +html { + height:100%; + border-right:1px solid #AAA; +} html,body{padding-top:0;margin:0;} body, input, select { font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; @@ -25,8 +29,6 @@ body#body_leftFrame { height:100%; overflow:auto; background: url(themes/pixeline/img/pixeline_light.png) top left repeat-x; - border-right:1px solid #AAA; - } select { diff --git a/pixeline/css/theme_right.css.php b/pixeline/css/theme_right.css.php index 9009aec223..8bab3f1431 100644 --- a/pixeline/css/theme_right.css.php +++ b/pixeline/css/theme_right.css.php @@ -14,13 +14,16 @@ if (!defined('PMA_MINIMUM_COMMON')) { } ?> /* Always enabled stylesheets (right frame) */ +html { + height:100%; + border-left:1px solid #AAA; +} html, body { margin:0; padding:0; } body { -border-left:1px solid #AAA; font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif; font-size: 11px; color: #000000;