2.11a
This commit is contained in:
@@ -36,7 +36,7 @@ a img {
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -73,8 +73,8 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navi_dbName {
|
.navi_dbName {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
@@ -84,15 +84,15 @@ 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']; ?>;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList {
|
ul#databaseList {
|
||||||
border-bottom: 0.05em 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: 2em;
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
list-style-position:outside;
|
list-style-position:outside;
|
||||||
@@ -103,16 +103,16 @@ 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);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList lia {
|
ul#databaseList li {
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#databaseList a {
|
ul#databaseList a {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#navidbpageselector a,
|
div#navidbpageselector a,
|
||||||
ul#databaseList a {
|
ul#databaseList a {
|
||||||
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,8 +132,8 @@ div#leftframelinks .icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#leftframelinks a img.icon {
|
div#leftframelinks a img.icon {
|
||||||
margin: 0;
|
margin: 0.2em;
|
||||||
padding: 0.2em;
|
padding: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -159,7 +159,7 @@ div#leftframelinks a:hover {
|
|||||||
|
|
||||||
/* leftdatabaselist */
|
/* leftdatabaselist */
|
||||||
div#left_tableList {
|
div#left_tableList {
|
||||||
background-color: none;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
div#left_tableList ul {
|
div#left_tableList ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
@@ -20,7 +20,7 @@ html {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
|
<?php if (! empty($GLOBALS['cfg']['FontFamily'])) { ?>
|
||||||
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
|
font-family: <?php echo $GLOBALS['cfg']['FontFamily']; ?>;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
@@ -112,7 +112,7 @@ form {
|
|||||||
|
|
||||||
th.td{
|
th.td{
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: transparent;
|
color: #000000;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_th.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_th.png);
|
||||||
}
|
}
|
||||||
@@ -615,6 +615,10 @@ body.loginform a.logo {
|
|||||||
|
|
||||||
body.loginform {
|
body.loginform {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>login_bgnd.png);
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
background-position: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.loginform div.container {
|
body.loginform div.container {
|
||||||
@@ -629,6 +633,13 @@ form.login label {
|
|||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form.login fieldset div.item input {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>loginfield_bgnd.png);
|
||||||
|
background-repeat: repeat-x;
|
||||||
|
background-position: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
/* specific elements */
|
/* specific elements */
|
||||||
@@ -707,16 +718,16 @@ ul#topmenu li {
|
|||||||
/* default tab styles */
|
/* default tab styles */
|
||||||
.tab, .tabcaution, .tabactive {
|
.tab, .tabcaution, .tabactive {
|
||||||
background-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
|
background-color: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
|
||||||
border: 0 1px 0 0;
|
border-top: 0;
|
||||||
|
border-right: 1px;
|
||||||
|
border-bottom: 0;
|
||||||
|
border-left: 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #FFFFFF;
|
border-color: #FFFFFF;
|
||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_header2.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_header2.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
border-bottom: 0;
|
|
||||||
/* overwrite default button look */
|
/* overwrite default button look */
|
||||||
border-radius-topleft: 0px;
|
|
||||||
border-radius-topright: 0px;
|
|
||||||
height: 21px;
|
height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1067,7 +1078,7 @@ div#queryboxcontainer div#bookmarkoptions {
|
|||||||
#selflink {
|
#selflink {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
padding-top 10px;
|
padding-top: 2px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
BIN
paradice/img/login_bgnd.png
Normal file
BIN
paradice/img/login_bgnd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 B |
BIN
paradice/img/loginfield_bgnd.png
Normal file
BIN
paradice/img/loginfield_bgnd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 B |
Reference in New Issue
Block a user