mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 12:30:04 +01:00
fixes the logo background from getting -chopped- at the bottom when 'icons only' is selected from preferences
This commit is contained in:
parent
4fd10a230b
commit
c61193929a
@ -422,6 +422,7 @@ body {
|
||||
{
|
||||
background-image: url(../images/firstcell-bm.png);
|
||||
background-repeat: no-repeat;
|
||||
height:58px;
|
||||
}
|
||||
|
||||
.appIconTbl
|
||||
@ -447,7 +448,7 @@ body {
|
||||
|
||||
.appIconSpacer
|
||||
{
|
||||
height:38px;
|
||||
height:43px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
@ -398,6 +398,7 @@ body {
|
||||
{
|
||||
background-image: url(../images/firstcell.png);
|
||||
background-repeat: no-repeat;
|
||||
height: 58px;
|
||||
}
|
||||
|
||||
.appIconTbl
|
||||
|
Loading…
Reference in New Issue
Block a user