1
0

Pagination info for media db; needs proper lang constant.

This commit is contained in:
Matthias Mees
2013-06-09 13:04:14 +02:00
parent 2a8225ddeb
commit e8447d24ac
2 changed files with 9 additions and 3 deletions
templates/2k11/admin

@ -1257,7 +1257,8 @@ main {
#edit_entry_timestamp,
#edit_entry_category,
#media_pane_filter,
.comments_pane .pagination {
.comments_pane .pagination,
.media_pane .pagination {
position: relative;
}
@ -1273,7 +1274,8 @@ main {
top: 0;
}
.comments_pane .pagination h3 {
.comments_pane .pagination h3,
.media_pane .pagination h3 {
font-size: 1em;
font-weight: normal;
position: absolute;