From ce2117e553ac0af4cd48575803576bfd79bc9151 Mon Sep 17 00:00:00 2001 From: ak703 Date: Fri, 19 Mar 2004 21:54:08 +0000 Subject: [PATCH] fixed alignment of username in status div (left align) --- phpgwapi/templates/idots/css/idots.css | 2 +- phpgwapi/templates/jerryr/css/jerryr.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/templates/idots/css/idots.css b/phpgwapi/templates/idots/css/idots.css index 382272ba59..9eee5e206a 100755 --- a/phpgwapi/templates/idots/css/idots.css +++ b/phpgwapi/templates/idots/css/idots.css @@ -247,7 +247,7 @@ a.textSidebox { background-color:white; height:15px; - padding-left:170px; + padding-left:10px; margin-top: 13px; /* margin-bottom: 2px;*/ } diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index 85a76d0f50..daa794f810 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -243,7 +243,7 @@ a.textSidebox { background-color:white; height:15px; - padding-left:175px; + padding-left:10px; margin-top: 1px; /* margin-bottom: 2px;*/ }