mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 14:58:43 +02:00
N°1220 Portal: Fix logo displayed not wide enough when it has a small height
This commit is contained in:
@@ -139,8 +139,8 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#sidebar .logo img {
|
#sidebar .logo img {
|
||||||
width: 40%;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 50px;
|
||||||
}
|
}
|
||||||
#main-wrapper {
|
#main-wrapper {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|||||||
@@ -144,8 +144,8 @@ footer{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#sidebar .logo img{
|
#sidebar .logo img{
|
||||||
width: 40%;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Main content */
|
/* Main content */
|
||||||
|
|||||||
Reference in New Issue
Block a user