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

View File

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