From 2e1230589dcc5c1bb19a2460193cc1de0fb73d34 Mon Sep 17 00:00:00 2001 From: tardo Date: Tue, 25 Sep 2007 21:06:08 -0400 Subject: Box titles now align to the left. Might be me, but aligning to the right just looked messed up. Signed-off-by: tardo --- web/html/css/arch.css | 3 ++- web/html/css/containers.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'web/html/css') diff --git a/web/html/css/arch.css b/web/html/css/arch.css index 65f3cff..9fa38e5 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -440,10 +440,11 @@ textarea.vLargeTextField { border-left-width: 1px; border-left-color: #ffffff; background-color: #f1f2f4; - text-align: right; + text-align: left; padding-top: 2px; padding-bottom: 2px; padding-right: 10px; + padding-left: 10px; } .pgboxbody, .pgboxbody-comment { padding: 10px; diff --git a/web/html/css/containers.css b/web/html/css/containers.css index 006c4ff..794865e 100644 --- a/web/html/css/containers.css +++ b/web/html/css/containers.css @@ -122,7 +122,8 @@ background-color: rgb( 241, 242, 244 ); padding-left: 10; padding-top: 1; - padding-bottom: 1; + padding-bottom: 1; + text-align: left; } table.boxSoftSmall { -- cgit v1.2.3-54-g00ecf