Merge "Added release notes for 'ContentHandler::runLegacyHooks' removal"
[mediawiki.git] / resources / src / mediawiki.action / mediawiki.action.edit.styles.css
blob0ee40582cb17355862b86414d5dd988de14f84f1
1 /*!
2 * Styles for elements of the editing form.
3 */
5 /* General layout */
6 #wpTextbox1 {
7 margin: 0;
8 display: block;
11 /* Adjustments to edit form elements */
12 .editCheckboxes {
13 margin-bottom: 1em;
16 .editCheckboxes input:first-child {
17 margin-left: 0;
20 .cancelLink {
21 margin-left: 0.5em;
24 #editpage-copywarn {
25 font-size: 0.9em;
28 #wpSummary {
29 display: block;
30 margin-top: 0;
31 margin-bottom: 0.5em;
34 .editButtons input:first-child {
35 margin-left: .1em;
39 * Add a bit of margin space between the preview and the toolbar.
40 * This replaces the ugly <p><br /></p> we used to insert into the page source
42 #wikiPreview.ontop {
43 margin-bottom: 1em;