icingaweb2/public/css/icinga/controls.less

25 lines
372 B
Plaintext
Raw Normal View History

2015-04-15 14:20:36 +02:00
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
div.sort-control {
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: 8em;
2015-04-15 14:20:36 +02:00
margin-left: 0;
}
}
html.no-js div.sort-control form {
display: table;
margin-left: auto;
margin-top: 0.25em;
}