From 6f8fc8e1d774966f7c512be60997391af980b5c1 Mon Sep 17 00:00:00 2001 From: vSchoener Date: Wed, 29 Feb 2012 15:59:28 +0000 Subject: [PATCH] // Fix css table git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13751 b9a71923-0436-4b27-9f14-aed3839534dd --- 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;}