diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 87ba64419..e3f48c453 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -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: ; margin: 5px 5px 0 5px;