icingaweb2/public/css/icinga/limiter.less

20 lines
273 B
Plaintext
Raw Normal View History

2015-09-25 13:35:49 +02:00
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.limiter-control > .control-group {
padding: 0;
2015-09-25 13:35:49 +02:00
> .control-label-group {
text-align: left;
padding: 0;
width: 1em;
}
> select {
width: 4.5em;
}
2015-09-25 13:35:49 +02:00
> i {
.sr-only();
2015-09-25 13:35:49 +02:00
}
}