diff options
author | plegall <plg@piwigo.org> | 2013-11-28 13:06:31 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-28 13:06:31 +0000 |
commit | 092fdc76e0e628d7d31cf10439cb4aa39637c99f (patch) | |
tree | 80ba66059bac1275ebd76fe6c4c6a12a15ca3464 /admin/themes/default/theme.css | |
parent | 33d57530a3cfa77a544fa6526b9365a2701d75df (diff) |
feature 2920: add a navigation bar for long list of comments
git-svn-id: http://piwigo.org/svn/trunk@25744 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 46c3ea176..77a263266 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1044,6 +1044,9 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;} text-align:left; } +.commentFilter {text-align:left;margin:5px 1em;} +.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;} |