From c9616b39401197e619781f47aad3f7b0fbcb19a6 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 19 Jun 2013 01:40:22 +0200 Subject: [PATCH] fixed CSS --- www/css/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/screen.css b/www/css/screen.css index 1bad87b7..3208922b 100644 --- a/www/css/screen.css +++ b/www/css/screen.css @@ -31,12 +31,12 @@ a[href^="error:"] { color: white; } -form tr, form td { +form th, form td { vertical-align: top; font-weight: normal; } -form tr { +form th { text-align: right; }