parent
5f79157a97
commit
daf32be72d
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue