CSS: Fix pagination and limiter positioning

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 13:05:46 +01:00
parent 5f79157a97
commit daf32be72d
2 changed files with 14 additions and 14 deletions

View File

@ -1,17 +1,19 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.limiter-control {
font-size: @font-size-small;
.limiter-control > .control-group {
padding: 0;
li {
a {
padding: 2px 4px;
}
> .control-label-group {
text-align: left;
padding: 0;
width: 1em;
}
&.active {
a {
color: @text-color-light;
}
}
> select {
width: 4.5em;
}
> i {
.sr-only();
}
}

View File

@ -1,8 +1,6 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.pagination-control {
font-size: @font-size-small;
li {
&.active {
> a,
@ -24,7 +22,7 @@
> a,
> span {
padding: 0.5em 0.5em 0.25em 0.5em;
padding: 0 0.5em 0.25em 0.5em;
}
> a:hover {
background-color: @gray-lighter;