2.11d update
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
Reference in New Issue
Block a user