This commit is contained in:
Alexander M. Turek
2002-06-26 21:40:25 +00:00
parent 7832442098
commit 7349c35d7d
8 changed files with 16 additions and 6 deletions

View File

@@ -48,6 +48,7 @@ if ($GLOBALS['text_dir'] == 'ltr') {
<head>
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<?php
if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) {
echo '<base href="' . $GLOBALS['cfg']['PmaAbsoluteUri'] . '" />' . "\n";
@@ -94,17 +95,17 @@ a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff;
.warning {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; font-weight: bold; color: #FF0000}
td.topline {font-size: 1px}
td.tab {
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: none;
border-radius: 2px;
-moz-border-radius: 2px;
}
table.tabs {
border-top: none;
border-right: none;
border-left: none;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid gray;
}
//-->