From fefb91fd631fef17e8f17fabf5f356e25b1bbfd6 Mon Sep 17 00:00:00 2001 From: Jerry Ruhe Date: Mon, 8 Jan 2007 01:29:02 +0000 Subject: [PATCH] added padding to lables in the prefs tabs --- phpgwapi/templates/jerryr/css/brushed-metal.css | 2 ++ phpgwapi/templates/jerryr/css/jerryr.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/phpgwapi/templates/jerryr/css/brushed-metal.css b/phpgwapi/templates/jerryr/css/brushed-metal.css index b124b101e4..68631083c6 100644 --- a/phpgwapi/templates/jerryr/css/brushed-metal.css +++ b/phpgwapi/templates/jerryr/css/brushed-metal.css @@ -723,5 +723,7 @@ body { .tablink { white-space: nowrap; + padding-left: 15px; + padding-right: 15px; } diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index 3cb071a355..45fef3a7b0 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -606,4 +606,6 @@ body { .tablink { white-space: nowrap; + padding-left: 15px; + padding-right: 15px; }