css: fix activity log pagination look
This commit is contained in:
parent
b91cbd97b4
commit
54a3f3d366
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue