This commit is contained in:
Marc Delisle
2007-09-02 20:44:06 +00:00
parent b6d92689bb
commit 5039cd85e6
4 changed files with 31 additions and 20 deletions

View File

@@ -73,8 +73,8 @@ button {
}
.navi_dbName {
font-weight: bold;
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
font-weight: bold;
color: <?php echo $GLOBALS['cfg']['NaviDatabaseNameColor']; ?>;
}
/******************************************************************************/
@@ -84,15 +84,15 @@ div#pmalogo,
div#leftframelinks,
div#databaseList {
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;
padding-bottom: 0.5em;
}
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;
padding-bottom: 0.5em;
padding-bottom: 2em;
padding-left: 1.5em;
list-style-type: none;
list-style-position:outside;
@@ -103,12 +103,12 @@ ul#databaseList ul {
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/paradice/img/dbitem_ltr2.png);
}
ul#databaseList lia {
padding-bottom: 0.5em;
ul#databaseList li {
padding-bottom: 0;
}
ul#databaseList a {
display: block;
display: block;
}
div#navidbpageselector a,
@@ -132,8 +132,8 @@ div#leftframelinks .icon {
}
div#leftframelinks a img.icon {
margin: 0;
padding: 0.2em;
margin: 0.2em;
padding: 0;
border: 0;
}
@@ -159,7 +159,7 @@ div#leftframelinks a:hover {
/* leftdatabaselist */
div#left_tableList {
background-color: none;
background: transparent !important;
}
div#left_tableList ul {
list-style-type: none;

View File

@@ -112,7 +112,7 @@ form {
th.td{
font-weight: normal;
color: transparent;
color: #000000;
background-color: transparent;
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_th.png);
}
@@ -615,6 +615,10 @@ body.loginform a.logo {
body.loginform {
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 {
@@ -629,6 +633,13 @@ form.login label {
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 */
@@ -707,16 +718,16 @@ ul#topmenu li {
/* default tab styles */
.tab, .tabcaution, .tabactive {
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-color: #FFFFFF;
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_header2.png);
background-repeat: repeat-x;
background-position: top;
border-bottom: 0;
/* overwrite default button look */
border-radius-topleft: 0px;
border-radius-topright: 0px;
height: 21px;
}
@@ -1067,7 +1078,7 @@ div#queryboxcontainer div#bookmarkoptions {
#selflink {
margin-top: 1em;
margin-bottom: 1em;
padding-top 10px;
padding-top: 2px;
width: 100%;
border-top: 0;
text-align: right;

BIN
paradice/img/login_bgnd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B