setup.less: Fix layout of the module page

refs #5543
This commit is contained in:
Johannes Meyer 2015-10-01 11:40:06 +02:00
parent 5d20e2cf21
commit 29d9a7f807
1 changed files with 3 additions and 2 deletions

View File

@ -370,7 +370,7 @@ form#setup_requirements {
#setup_modules {
div.module {
float: left;
width: 15em;
//width: 15em;
height: 15em;
margin: 1em;
padding: 0.3em;
@ -390,9 +390,10 @@ form#setup_requirements {
}
h3 + label {
display: inline-block;
width: 13.5em;
height: 13.9em;
overflow: auto;
overflow: visible;
cursor: pointer;
font-weight: normal;
}