From a34c712c67cef09b7fcc6bb2e3b881d754c39271 Mon Sep 17 00:00:00 2001 From: Catouse Date: Sun, 22 Sep 2013 15:48:29 +0800 Subject: [PATCH] * change vertical-align of table cell. --- www/theme/default/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index fc4fa4879e..802ac3adef 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -206,7 +206,8 @@ i[class^="icon-"].disabled,i[class*=" icon-"].disabled,i[class^="icon-"].disable /*-----------------------TABLE SETTING----------------------------*/ table {border:1px solid #e4e4e4;border-collapse: collapse;border-spacing: 0;} td, tr, th {border:none;} -td,th{padding: 8px; line-height: 1.428571429;vertical-align: middle;} +td,th{padding: 8px; line-height: 1.428571429;vertical-align: top;} +th{vertical-align: middle;} tfoot {border-top:1px solid #e4e4e4} tfoot .f-left{ color:gray} tfoot .f-left strong{ color:#141414}