This commit is contained in:
Marc Delisle 2007-10-17 11:53:03 +00:00
parent 6b42aac232
commit bc2eab7ddb
2 changed files with 8 additions and 3 deletions

View File

@ -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: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?> url(themes/pixeline/img/pixeline_light.png) top left repeat-x;
border-right:1px solid #AAA;
}
select {

View File

@ -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;