From 696fd0064d59b6e1beb51f2624771c6e6f42a8ac Mon Sep 17 00:00:00 2001 From: Jerry Ruhe Date: Mon, 11 Dec 2006 02:47:01 +0000 Subject: [PATCH] adjust statusbar height so new selectbox does not overlap currentapp titlebar --- phpgwapi/templates/jerryr/css/jerryr.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index b6db034d1b..c88b3ffd5b 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -356,15 +356,15 @@ body { #divStatusBar { - /*background-color:white;*/ + /*background-color:#bdbdbd;*/ position: relative; top:0px left:0px; - height:18px; + height:23px; vertical-align:bottom; border: 0px solid black; padding-left:186px; - padding-top:0px; + padding-top:6px; /*margin-top: 18px;*/ }