Display form checkboxes in an orderly table

From Semantic MediaWiki Community Wiki
Jump to: navigation, search

Extension: Semantic Forms Description:

You can get checkboxes in your forms to display in a nice table format by adding the following to your "MediaWiki:Common.css" page:

label.checkboxLabel {
width: 200px;
display: block;
float: left;
}

Radiobuttons also:

label.radioButtonItem {
width: 200px;
display: block;
float: left;
}
Personal tools
Namespaces
Variants
Actions
Navigation
Add data
Help
Data export
Toolbox