Fix: Add max height to solve pb with very large logo.

This commit is contained in:
Laurent Destailleur 2014-07-20 04:29:47 +02:00
parent 6637ea51e3
commit a74b65df0e
5 changed files with 5 additions and 0 deletions

View File

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

View File

@ -550,6 +550,7 @@ form#login {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {

View File

@ -583,6 +583,7 @@ form#login {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {

View File

@ -654,6 +654,7 @@ form#login {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {

View File

@ -867,6 +867,7 @@ table.login_table tr td table.none tr td {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {