icingaweb2/public/css/icinga/controls.less

22 lines
305 B
Plaintext
Raw Normal View History

2015-04-15 14:20:36 +02:00
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
form.sort-control {
.dontprint;
float: right;
2015-04-15 14:20:36 +02:00
label {
width: auto;
margin-right: 0.5em;
}
select[name=sort] {
width: 12em;
margin-left: 0;
}
select[name=dir] {
width: 5em;
margin-left: 0;
}
}