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