mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +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;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.previous-page {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.next-page {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sort-control {
|
.sort-control {
|
||||||
@ -64,6 +72,10 @@
|
|||||||
width: 8em;
|
width: 8em;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> form > i {
|
||||||
|
.sr-only();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html.no-js .sort-control form {
|
html.no-js .sort-control form {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user