Web: don't put text of checkboxes on top of each other.

It was fine for English, but with other languages labels can be longer.
This commit is contained in:
Alexey Sokolov
2016-02-24 22:07:41 +00:00
parent 711e835c93
commit 53fca640df
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ td.mod_name,
.lotsofcheckboxes .checkboxandlabel {
display: block;
float: left;
width: 200px;
width: 100%;
margin-top: 0.5em;
}
+1 -1
View File
@@ -184,7 +184,7 @@ input.sixth, textarea.sixth,
.lotsofcheckboxes .checkboxandlabel {
display: block;
float: left;
width: 200px;
width: 100%;
margin-top: 0.5em;
}
+1 -1
View File
@@ -329,7 +329,7 @@ td.mod_name,
.lotsofcheckboxes .checkboxandlabel {
display: block;
float: left;
width: 200px;
width: 100%;
margin-top: 5px;
}