2.11b
This commit is contained in:
@@ -29,18 +29,27 @@ a img {
|
|||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
/*
|
||||||
margin:0;
|
a:link,
|
||||||
}
|
a:visited,
|
||||||
|
a:active {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #0000FF;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
select#select_server,
|
select#select_server,
|
||||||
select#lightm_db {
|
select#lightm_db {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -61,40 +70,39 @@ button {
|
|||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navi_dbName {
|
.navi_dbName {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* specific elements */
|
/* specific elements */
|
||||||
|
|
||||||
div#pmalogo {
|
div#pmalogo {
|
||||||
background-color: #D0DCE0<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>;
|
<?php //better echo $GLOBALS['cfg']['logoBGC']; ?>;
|
||||||
padding:.3em;
|
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||||
}
|
padding:.3em;
|
||||||
|
}
|
||||||
div#pmalogo,
|
div#pmalogo,
|
||||||
div#leftframelinks,
|
div#leftframelinks,
|
||||||
div#databaseList {
|
div#databaseList {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList {
|
ul#databaseList {
|
||||||
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
padding-<?php echo $left; ?>: 1.5em;
|
padding-<?php echo $left; ?>: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList a {
|
ul#databaseList a {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#navidbpageselector a,
|
div#navidbpageselector a,
|
||||||
ul#databaseList a {
|
ul#databaseList a {
|
||||||
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
}
|
}
|
||||||
@@ -140,11 +148,6 @@ div#leftframelinks a:hover {
|
|||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* leftdatabaselist */
|
|
||||||
div#left_tableList {
|
|
||||||
border-bottom: 0.05em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
|
||||||
}
|
|
||||||
|
|
||||||
div#left_tableList ul {
|
div#left_tableList ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
@@ -185,7 +188,7 @@ div#left_tableList > ul li.marked {
|
|||||||
}
|
}
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
|
<?php if ($GLOBALS['cfg']['LeftPointerEnable']) { ?>
|
||||||
div#left_tableList > ul li:hover > a,
|
div#left_tableList > ul li:hover > a,
|
||||||
div#left_tableList > ul li:hover {
|
div#left_tableList > ul li:hover {
|
||||||
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||||
@@ -199,19 +202,18 @@ div#left_tableList img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#left_tableList ul ul {
|
div#left_tableList ul ul {
|
||||||
margin-<?php echo $left; ?>: 0;
|
margin-<?php echo $left; ?>: 0;
|
||||||
padding-<?php echo $left; ?>: 0.1em;
|
padding-<?php echo $left; ?>: 0.1em;
|
||||||
border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
border-<?php echo $left; ?>: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
padding-bottom: 0.1em;
|
padding-bottom: 0.1em;
|
||||||
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
border-bottom: 0.1em solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
|
}
|
||||||
|
/* for the servers list in navi panel */
|
||||||
|
#serverinfo .item {
|
||||||
|
white-space: nowrap;
|
||||||
|
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
|
}
|
||||||
|
#serverinfo a:hover {
|
||||||
|
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
||||||
|
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for the servers list in navi panel */
|
|
||||||
#serverinfo .item {
|
|
||||||
white-space: nowrap;
|
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
|
||||||
}
|
|
||||||
#serverinfo a:hover {
|
|
||||||
background: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
|
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
|
|
||||||
}
|
|
||||||
|
@@ -105,9 +105,9 @@ fieldset fieldset {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fieldset legend {
|
fieldset legend {
|
||||||
background-color: transparent;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #444444;
|
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,
|
/* 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);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
li#li_server_info,
|
li#li_server_info{
|
||||||
li#li_server_version{
|
|
||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_host.png);
|
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);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
li#li_pma_docs,
|
li#li_pma_docs {
|
||||||
li#li_pma_wiki {
|
|
||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user