diff options
author | plegall <plg@piwigo.org> | 2014-01-02 11:51:58 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-01-02 11:51:58 +0000 |
commit | 5fb0ce9063564955bd7e46033528ad678cc30321 (patch) | |
tree | d1c4ac761932ac9181bd9646dc5881422c6c18d8 /admin/themes/default/theme.css | |
parent | dd73213674aefd202200c4f144e12b9dafdfb744 (diff) |
bug 3015 fixed: remove "manage album photos" from cat_list to avoid
misunderstanding with "photos sort order".
Add infos on album manager: number of photos and sub-albums
git-svn-id: http://piwigo.org/svn/trunk@26399 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 7a9322deb..654685563 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1064,8 +1064,8 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} .commentFilter .navigationBar {float:right; margin:0;} FORM#categoryOrdering p.albumTitle {margin:0;} -FORM#categoryOrdering p.albumActions {visibility:hidden; margin:0} -FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;} +FORM#categoryOrdering p.albumActions, FORM#categoryOrdering span.albumInfos {visibility:hidden; margin:0} +FORM#categoryOrdering .categoryLi:hover p.albumActions, FORM#categoryOrdering .categoryLi:hover span.albumInfos {visibility:visible;} .showCreateAlbum {text-align:left; margin:0 1em 1em 1em;line-height:22px;} #autoOrder p, #createAlbum p {text-align:left; margin:0 0 1em 0;} |