2.11b
@@ -101,6 +101,7 @@ ul#databaseList {
|
|||||||
|
|
||||||
ul#databaseList ul {
|
ul#databaseList ul {
|
||||||
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/paradice/img/dbitem_ltr2.png);
|
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/paradice/img/dbitem_ltr2.png);
|
||||||
|
padding-left: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList li {
|
ul#databaseList li {
|
||||||
|
@@ -218,6 +218,20 @@ fieldset.tblFooters {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login fieldset.tblFooters {
|
||||||
|
padding: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login fieldset.tblFooters input[type=submit] {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||||
|
font-weight: bold;
|
||||||
|
padding-left: 20px;
|
||||||
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_go.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position:center left;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset .formelement {
|
fieldset .formelement {
|
||||||
float: <?php echo $left; ?>;
|
float: <?php echo $left; ?>;
|
||||||
margin-<?php echo $right; ?>: 0.5em;
|
margin-<?php echo $right; ?>: 0.5em;
|
||||||
@@ -268,6 +282,8 @@ table tr.marked {
|
|||||||
/* hovered items */
|
/* hovered items */
|
||||||
.odd:hover,
|
.odd:hover,
|
||||||
.even:hover,
|
.even:hover,
|
||||||
|
.odd a:hover,
|
||||||
|
.even a:hover,
|
||||||
.hover {
|
.hover {
|
||||||
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
|
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
|
||||||
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
|
||||||
@@ -301,7 +317,6 @@ table [class=value] {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
|
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
|
||||||
.value {
|
.value {
|
||||||
font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
|
font-family: <?php echo $GLOBALS['cfg']['FontFamilyFixed']; ?>;
|
||||||
@@ -636,10 +651,20 @@ form.login label {
|
|||||||
form.login fieldset div.item input {
|
form.login fieldset div.item input {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>loginfield_bgnd.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>loginfield_bgnd.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: bottom;
|
background-position: bottom;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
width: 14em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form.login fieldset div.item select {
|
||||||
|
width: 14em;
|
||||||
|
border: 1px solid <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loginform .container fieldset select[name=lang] {
|
||||||
|
width: 24em;
|
||||||
|
}
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* specific elements */
|
/* specific elements */
|
||||||
@@ -1129,7 +1154,8 @@ li#li_server_info,
|
|||||||
li#li_mysql_proto,
|
li#li_mysql_proto,
|
||||||
li#li_user_info,
|
li#li_user_info,
|
||||||
li#li_used_php_extension,
|
li#li_used_php_extension,
|
||||||
li#li_mysql_client_version {
|
li#li_mysql_client_version,
|
||||||
|
li#li_select_server {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
#mysqlmaininformation {
|
#mysqlmaininformation {
|
||||||
@@ -1262,6 +1288,11 @@ li#li_mysql_client_version {
|
|||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li#li_select_server {
|
||||||
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_ltr.png);
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
li#li_select_fontsize {
|
li#li_select_fontsize {
|
||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 1.3 KiB |
BIN
paradice/img/b_go.png
Normal file
After Width: | Height: | Size: 141 B |
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 424 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 368 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 583 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 26 KiB |