2.11a
This commit is contained in:
parent
6b42aac232
commit
bc2eab7ddb
@ -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 {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user