Merge pull request #641 from simnandez/3.3

Fix: Amarok login page issues
This commit is contained in:
Laurent Destailleur 2013-02-10 17:37:38 -08:00
commit fed591d989
2 changed files with 2 additions and 2 deletions

BIN
htdocs/theme/amarok/img/background_login.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -210,8 +210,8 @@ form#login {
}
form#login img {width:auto; height:auto; opacity:.7;}
form#login img#img_logo {
width:220px;
max-width:220px;
width:190px;
max-width:190px;
height:auto;
border-radius:6px;
padding:6px;