mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
No left and right padding for previous and next page respectively
This commit is contained in:
parent
a9154c5022
commit
c0f90a6927
@ -47,6 +47,14 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.previous-page {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.next-page {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sort-control {
|
||||
@ -64,6 +72,10 @@
|
||||
width: 8em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
> form > i {
|
||||
.sr-only();
|
||||
}
|
||||
}
|
||||
|
||||
html.no-js .sort-control form {
|
||||
|
Loading…
x
Reference in New Issue
Block a user