diff options
author | plegall <plg@piwigo.org> | 2005-08-14 11:55:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-08-14 11:55:35 +0000 |
commit | c501facfa5447443be872c56377cb9141c939196 (patch) | |
tree | 98398fcb58b01c5e49a470ead3cbd75d86b6a5fa /template/default/default.css | |
parent | 194bf3ca48dc0a8ac5fb6bcd1c777367dfa2dbcc (diff) |
- new : ability to set an element as representant of its category directly
from picture.php screen.
- improvement : dedicated icon to add elements into caddie. Ths icon is
displayed in the category title bar.
git-svn-id: http://piwigo.org/svn/trunk@811 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r-- | template/default/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/default/default.css b/template/default/default.css index 5091b7431..d326f45ff 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -414,6 +414,11 @@ form#categoryOrdering ul.categoryActions { margin-top: 5px; } +div.titrePage ul.categoryActions { + float: right; + margin: 0; +} + div#adminMain>ul.categoryActions { text-align: center; } |