Skip to content

Instantly share code, notes, and snippets.

@Fannon
Created July 26, 2014 08:20
Show Gist options
  • Save Fannon/c3cac2c968de7ea320b5 to your computer and use it in GitHub Desktop.
Save Fannon/c3cac2c968de7ea320b5 to your computer and use it in GitHub Desktop.
MediaWiki Forms Width Patch
/** Semantic Forms Style **/
.formtable .createboxInput,
.formtable .mandatoryField,
.formtable textarea {
min-width: 204px;
width: 504px;
max-width: 100%;
}
.select2-choices,
.select2-choice {
min-width: 220px;
width: 520px;
max-width: 100%;
}
.select2-choice {
width: 512px !important;
}
.formtable textarea {
width: 522px !important;
}
.formtable select, .formtable input[type="checkbox"] {
min-width: 0;
max-width: 100%;
width: auto !important;
}
#sfForm input#wpSummary,
#sfForminput#wpSummary:hover {
width: 420px;
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment