CSS: add style for backend-selection

refs #11145
This commit is contained in:
Florian Strohmaier 2016-02-16 15:59:49 +01:00 committed by Eric Lippmann
parent 4ea1e054e9
commit a492839097
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
.backend-selection {
float: left;
}
.filter {
clear: both;
}