From 932d59ed5bbe5df2c0da4cacaea215b2fc4ff561 Mon Sep 17 00:00:00 2001 From: vSchoener Date: Wed, 29 Feb 2012 15:59:28 +0000 Subject: [PATCH] // Fix css table --- admin-dev/themes/default/css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index 0dfb19d6d..216730edc 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -497,4 +497,4 @@ ul.listForm li {padding-bottom:3px;} #account_list { background-color: #EBEDF4;border: 1px solid #C2C4D9; display: block; position:relative; padding: 10px;} #account_list h2 { font-weight:normal; margin:0; font-size: 1.4em; padding-bottom:10px;} -#account_list table td, table th {width:100px;} +#account_list table td, #accounting_list table th {width:100px;}