Installation: Fix ugly checkbox positioning when selecting modules

This commit is contained in:
Johannes Meyer 2015-03-02 18:25:17 +01:00
parent b1d0c12df3
commit 4d2bd75a38
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@
input[type=checkbox] {
height: 10em;
float: right;
margin: 0;
}
}