Make the sort control floating at the right by default

refs #7876
This commit is contained in:
Johannes Meyer 2015-04-15 14:21:27 +02:00
parent ed2de3c4d0
commit 17262ae2bd
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
form.sort-control { form.sort-control {
float: right;
label { label {
width: auto; width: auto;
margin-right: 0.5em; margin-right: 0.5em;