From c0423fa0a68c067d2867ff2899bc6829034097b7 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 30 Dec 2009 13:39:11 +0000 Subject: [PATCH] * adjust the UI. --- trunk/www/theme/default/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/www/theme/default/style.css b/trunk/www/theme/default/style.css index 25d70d36bb..224de58701 100644 --- a/trunk/www/theme/default/style.css +++ b/trunk/www/theme/default/style.css @@ -21,7 +21,7 @@ * @link http://www.zentao.cn */ /*-----------------------GLOBAL SETTING----------------------------*/ -body{padding-bottom:30px} +body{padding-bottom:50px} /*-----------------------FIELDSET SETTING----------------------------*/ fieldset {border:1px solid #e4e4e4; padding:1px 10px 1px 10px; margin-bottom:5px} @@ -56,7 +56,7 @@ ins{background:#cfc; text-decoration:none} /*-----------------------TABLE SETTING----------------------------*/ table, th, td {border-color:#e4e4e4} -tr, th, td {padding:3px} +tr, th, td {padding:2px 3px 2px 3px} caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5px; border-bottom:none; text-align:left; font-weight:bold;} .table-1 {width:100%; margin-bottom:10px} .table-2 {width:240px;margin-bottom:10px}