Skip to content
Snippets Groups Projects
Commit a74b65df authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent 6637ea51
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -550,6 +550,7 @@ form#login {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {
......
......@@ -583,6 +583,7 @@ form#login {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {
......
......@@ -654,6 +654,7 @@ form#login {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {
......
......@@ -867,6 +867,7 @@ table.login_table tr td table.none tr td {
}
#img_logo {
max-width: 200px;
max-height: 100px;
}
div.login_block {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment