Skip to content

Commit

Permalink
css: fix activity log pagination look
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 3, 2022
1 parent b91cbd9 commit 54a3f3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ v1.10.2 (unreleased)

### UI
* FEATURE: improve Service Set table layout (#2648)
* FIX: modifying single timeperiod ranges had no effect (#2525)
* FIX: modifying single time-period ranges had no effect (#2525)
* FIX: activity log pagination is now on a single line (#2649)

### Import and Sync
* FIX: triggering Sync manually produced an error on PostgreSQL (#2636)
Expand Down
8 changes: 8 additions & 0 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ div.action-bar > a {
margin-right: 1em;
}

.controls > .pagination-control li > a {
padding: 0.5em 0 0.5em 0;
}

.controls > .pagination-control > ul {
float: right;
}

div.action-bar {
.pagination-control {
float: none;
Expand Down

0 comments on commit 54a3f3d

Please sign in to comment.