Skip to content

Commit

Permalink
Web: don't put text of checkboxes on top of each other.
Browse files Browse the repository at this point in the history
It was fine for English, but with other languages labels can be longer.
  • Loading branch information
DarthGandalf committed Feb 24, 2016
1 parent 711e835 commit 53fca64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion webskins/_default_/pub/_default_.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ td.mod_name,
.lotsofcheckboxes .checkboxandlabel {
display: block;
float: left;
width: 200px;
width: 100%;
margin-top: 0.5em;
}

Expand Down
2 changes: 1 addition & 1 deletion webskins/dark-clouds/pub/dark-clouds.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ input.sixth, textarea.sixth,
.lotsofcheckboxes .checkboxandlabel {
display: block;
float: left;
width: 200px;
width: 100%;
margin-top: 0.5em;
}

Expand Down
2 changes: 1 addition & 1 deletion webskins/ice/pub/ice.css
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ td.mod_name,
.lotsofcheckboxes .checkboxandlabel {
display: block;
float: left;
width: 200px;
width: 100%;
margin-top: 5px;
}

Expand Down

0 comments on commit 53fca64

Please sign in to comment.