2.11d update

This commit is contained in:
Marc Delisle
2007-12-24 13:42:59 +00:00
parent 0e065eddde
commit fc9985d529
2 changed files with 18 additions and 3 deletions

View File

@@ -47,8 +47,21 @@ form {
select#select_server, select#select_server,
select#lightm_db { select#lightm_db {
width: 100%; width: 100%;
margin-top: 3px;
} }
#databaseList label {
width: 100%;
font-weight: bold;
text-align: left;
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_db.png);
background-position:left top;
background-repeat: no-repeat;
padding-left: 16px;
padding-bottom: 3px;
}
select { select {
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000000;
@@ -83,12 +96,14 @@ button {
div#pmalogo, div#pmalogo,
div#leftframelinks, div#leftframelinks,
div#databaseList { div#databaseList {
text-align: center;
border-bottom: 1px solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>; border-bottom: 1px solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin-bottom: 0.5em; margin-bottom: 0.5em;
padding-bottom: 0.5em; padding-bottom: 0.5em;
} }
div#pmalogo, div#leftframelinks { text-align: center; }
div#databaseList { text-align: left; }
ul#databaseList { ul#databaseList {
border-bottom: 1px solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>; border-bottom: 1px solid <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin-bottom: 0.5em; margin-bottom: 0.5em;

View File

@@ -644,7 +644,7 @@ body.loginform div.container {
form.login label { form.login label {
float: <?php echo $left; ?>; float: <?php echo $left; ?>;
width: 10em; width: 11em;
font-weight: bolder; font-weight: bolder;
} }
@@ -663,7 +663,7 @@ form.login fieldset div.item select {
} }
.loginform .container fieldset select[name=lang] { .loginform .container fieldset select[name=lang] {
width: 24em; width: 25em;
} }
/******************************************************************************/ /******************************************************************************/