Update README
[mediawiki.git] / resources / mediawiki.action / mediawiki.action.edit.styles.css
blob4a2bab3d940eb682fb3bb0958178565d29d57895
1 /**
2 * Styles for elements of the editing form.
3 */
5 /* General layout */
6 #wpTextbox1 {
7 margin: 0;
8 display: block;
11 .editOptions {
12 background-color: #F0F0F0;
13 border: 1px solid silver;
14 border-top: none;
15 padding: 1em 1em 1.5em 1em;
16 margin-bottom: 2em;
19 /* Adjustments to edit form elements */
20 .editCheckboxes {
21 margin-bottom: 1em;
24 .editCheckboxes input:first-child {
25 margin-left: 0;
28 .cancelLink {
29 margin-left: 0.5em;
32 #editpage-copywarn {
33 font-size: 0.9em;
36 #wpSummary {
37 display: block;
38 margin-top: 0;
39 margin-bottom: 0.5em;
42 .editButtons input:first-child {
43 margin-left: .1em;