mirror of
https://github.com/znc/znc.git
synced 2026-07-03 16:31:49 +02:00
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:
@@ -362,7 +362,7 @@ td.mod_name,
|
||||
.lotsofcheckboxes .checkboxandlabel {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 200px;
|
||||
width: 100%;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
@@ -184,7 +184,7 @@ input.sixth, textarea.sixth,
|
||||
.lotsofcheckboxes .checkboxandlabel {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 200px;
|
||||
width: 100%;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
|
||||
@@ -329,7 +329,7 @@ td.mod_name,
|
||||
.lotsofcheckboxes .checkboxandlabel {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 200px;
|
||||
width: 100%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user