for 2.11
This commit is contained in:
@@ -24,7 +24,7 @@ body#body_leftFrame {
|
||||
color: #000000;
|
||||
height:100%;
|
||||
overflow:auto;
|
||||
background: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?> url(../themes/pixeline/img/pixeline_light.png) top left repeat-x;
|
||||
background: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?> url(themes/pixeline/img/pixeline_light.png) top left repeat-x;
|
||||
border-right:1px solid #AAA;
|
||||
|
||||
}
|
||||
@@ -45,7 +45,7 @@ div#databaseList {
|
||||
|
||||
}
|
||||
div#pmalogo{
|
||||
background:#FFF url(../themes/pixeline/img/logo_background.png) top left repeat-x;
|
||||
background:#FFF url(themes/pixeline/img/logo_background.png) top left repeat-x;
|
||||
padding:0;
|
||||
margin:0;
|
||||
border-bottom:0px;
|
||||
@@ -123,3 +123,32 @@ div#left_tableList ul ul {
|
||||
border-bottom: 0.1em solid #669999;
|
||||
background-color:#FEFEFE;
|
||||
}
|
||||
|
||||
/** Thanks Vince ;) - vincekruger@gmail.com**/
|
||||
ul#databaseList{
|
||||
list-style:none;
|
||||
|
||||
}
|
||||
ul#databaseList li{
|
||||
line-height:1.5em;
|
||||
font-weight:bold;
|
||||
|
||||
}
|
||||
ul#databaseList li a{
|
||||
font-weight:normal;
|
||||
text-decoration:none;
|
||||
color:#333;
|
||||
}
|
||||
ul#databaseList li a:hover, ul#databaseList li a:active, ul#databaseList li a:focus{
|
||||
font-weight:bold;
|
||||
}
|
||||
ul#databaseList li ul{
|
||||
padding-left:10px;
|
||||
margin-left:0px;
|
||||
|
||||
list-style:none;
|
||||
padding-bottom:1em;
|
||||
}
|
||||
ul#databaseList li ul li a{
|
||||
border-left:1px solid #333;
|
||||
}
|
||||
|
@@ -24,7 +24,7 @@ border-left:1px solid #AAA;
|
||||
font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #000000;
|
||||
background: <?php echo $GLOBALS['cfg']['RightBgColor']; ?> url(../themes/pixeline/img/pixeline_light.png) top left repeat-x;
|
||||
background: <?php echo $GLOBALS['cfg']['RightBgColor']; ?> url(themes/pixeline/img/pixeline_light.png) top left repeat-x;
|
||||
|
||||
}
|
||||
|
||||
@@ -208,7 +208,7 @@ div.errorhead {
|
||||
color: #ffffff;
|
||||
text-align: left;
|
||||
<?php if ($cfg['ErrorIconic'] && isset($js_isDOM) && $js_isDOM != '0') { ?>
|
||||
background-image: url(../themes/original/img/s_error.png);
|
||||
background-image: url(themes/original/img/s_error.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px 50%;
|
||||
padding: 0px 0px 0px 25px;
|
||||
@@ -292,7 +292,7 @@ html body div#serverinfo a.item, #serverinfo a.item:active, #serverinfo a.item:v
|
||||
margin: 0px 1px 0px 2px;
|
||||
}
|
||||
#serverinfo div{
|
||||
background-image: url(../themes/original/img/item_ltr.png);
|
||||
background-image: url(themes/original/img/item_ltr.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
width: 20px;
|
||||
|
Reference in New Issue
Block a user