From 35e9af66be0b6da3055d032123bd38100b58bca9 Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 13 Feb 2009 21:03:02 +0000 Subject: merge r3143 from trunk to branch 2.0 - Show number of downloads in plugins list. - Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/branches/2.0@3144 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-layout.css | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/template/goto/default-layout.css') diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index 87f411dd3..08f3bab3f 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -38,6 +38,7 @@ TABLE#detailedStats { } /* Plugins tables */ +TABLE.plugins { min-width: 400px; } TABLE.plugins A { border: 0; } TABLE.plugins TR TD { padding: 4px 10px; } TABLE.plugins TR TD.pluginState { padding: 4px 16px; } -- cgit v1.2.3