From c61193929a5c48f98b34c940c535cceb5becb35a Mon Sep 17 00:00:00 2001 From: Jerry Ruhe Date: Thu, 21 Dec 2006 03:39:43 +0000 Subject: [PATCH] fixes the logo background from getting -chopped- at the bottom when 'icons only' is selected from preferences --- phpgwapi/templates/jerryr/css/brushed-metal.css | 3 ++- phpgwapi/templates/jerryr/css/jerryr.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/phpgwapi/templates/jerryr/css/brushed-metal.css b/phpgwapi/templates/jerryr/css/brushed-metal.css index ee6aa6526c..66b86c4e5f 100644 --- a/phpgwapi/templates/jerryr/css/brushed-metal.css +++ b/phpgwapi/templates/jerryr/css/brushed-metal.css @@ -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; } diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index 2c6d25ab0e..7678d6a57f 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -398,6 +398,7 @@ body { { background-image: url(../images/firstcell.png); background-repeat: no-repeat; + height: 58px; } .appIconTbl