This commit is contained in:
Marc Delisle
2008-08-14 16:49:00 +00:00
parent af06ad621d
commit c1bb82e883
2 changed files with 46 additions and 46 deletions

View File

@@ -29,6 +29,15 @@ a img {
border: 0;
}
/*
a:link,
a:visited,
a:active {
text-decoration: none;
color: #0000FF;
}
*/
ul {
margin:0;
}
@@ -70,20 +79,19 @@ button {
/* specific elements */
div#pmalogo {
background-color: #D0DCE0<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>;
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>;
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
padding:.3em;
}
div#pmalogo,
div#leftframelinks,
div#databaseList {
text-align: center;
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
ul#databaseList {
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
padding-<?php echo $left; ?>: 1.5em;
@@ -140,11 +148,6 @@ div#leftframelinks a:hover {
font-size: 80%;
}
/* leftdatabaselist */
div#left_tableList {
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;
@@ -205,7 +208,6 @@ div#left_tableList ul ul {
padding-bottom: 0.1em;
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
}
/* for the servers list in navi panel */
#serverinfo .item {
white-space: nowrap;

View File

@@ -105,9 +105,9 @@ fieldset fieldset {
}
fieldset legend {
background-color: transparent;
font-weight: bold;
color: #444444;
background-color: <?php echo 'OPERA' != PMA_USR_BROWSER_AGENT ? 'transparent' : $GLOBALS['cfg']['BgOne']. '; border: 1px solid #000; border-bottom: none;' ; ?>
}
/* buttons in some browsers (eg. Konqueror) are block elements,
@@ -953,8 +953,7 @@ li#li_select_theme{
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
}
li#li_server_info,
li#li_server_version{
li#li_server_info{
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
}
@@ -1006,8 +1005,7 @@ li#li_log_out {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
}
li#li_pma_docs,
li#li_pma_wiki {
li#li_pma_docs {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
}