So, download the file and extract it. If you like you just have to simply overwrite the original icons under /admin/template/default/image/ directory.
You have to change in /admin/template/default/css/default.css the lines from:
Code: Select all
#login {
width: 260px;
height: 130px;
margin-top: 40px;
margin-left: -130px;
position: relative;
left: 50%;
border: 1px solid #D5D5D5;
}
Code: Select all
#login {
width: 260px;
height: 130px;
margin-top: 40px;
margin-left: -166px;
position: relative;
left: 50%;
border: 1px solid #D5D5D5;
}
Hope you like it.
Leo