diff options
author | plegall <plg@piwigo.org> | 2010-07-23 21:33:56 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-07-23 21:33:56 +0000 |
commit | 1448b42df0e076d09e8eb6c8bf9c8cebd212596a (patch) | |
tree | 1e13c16b1a59db81a524d3ed4bf53c3dd1812e2c /admin/themes/default/default-layout.css | |
parent | 361ef07c3cf12235cea64c5c9b3a3402623619cb (diff) |
feature 408: ability to automatically sort sub-categories. The number of SQL
queries is constant, no matter the deepth of your tree.
+ refactor to avoid duplicate code (ascending/desceding should be only a
single parameter in a function, not 20 lines of duplicated code)
git-svn-id: http://piwigo.org/svn/trunk@6698 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/default-layout.css')
-rw-r--r-- | admin/themes/default/default-layout.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 344818541..7f44314c8 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -69,6 +69,11 @@ TABLE.plugins ul.pluginsActions { TABLE.plugins ul.pluginsActions li { display: inline; } /* categoryOrdering */ +FORM#categoryOrdering .orderParams { + line-height:30px; + margin-bottom:10px; +} + SELECT.categoryList { width: 100%; } |