diff options
author | patdenice <patdenice@piwigo.org> | 2009-02-13 21:03:02 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-02-13 21:03:02 +0000 |
commit | 35e9af66be0b6da3055d032123bd38100b58bca9 (patch) | |
tree | ae42252fa3a0c93a9bcfb9880dc4a2ba2b05019b /admin/template/goto/default-layout.css | |
parent | 164fd3a280f22a06153c6497e423199a0a97f7a0 (diff) |
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
Diffstat (limited to 'admin/template/goto/default-layout.css')
-rw-r--r-- | admin/template/goto/default-layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |