just move code to better place

This commit is contained in:
Michal Čihař
2005-11-23 20:57:03 +00:00
parent c82587ab32
commit c938c3e03b

View File

@@ -601,7 +601,15 @@ div#serverstatus table .tblFooters a:after {
}
/* end serverstatus */
/* body.loginform form,*/
img.lightbulb {
cursor: pointer;
}
/********************/
/* NEW in PMA 2.7.1 */
/********************/
body.loginform h1,
body.loginform a.logo {
display: block;
@@ -614,15 +622,6 @@ form.login label {
font-weight: bolder;
}
img.lightbulb {
cursor: pointer;
}
/********************/
/* NEW in PMA 2.7.1 */
/********************/
#body_browse_foreigners {
background-color: <?php echo $cfg['LeftBgColor']; ?>;
margin: 5px 5px 0 5px;