diff options
author | patdenice <patdenice@piwigo.org> | 2009-02-13 20:49:03 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-02-13 20:49:03 +0000 |
commit | 290f2c1d39d1c47d48ba4e6a6d347459975e8b0f (patch) | |
tree | e330eef287b07298d5acf37c9829beeacc16fb85 /admin/template/goto/default-layout.css | |
parent | 83d87c3d02844bd6fab391923e04913f35d99359 (diff) |
- 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/trunk@3143 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; } |