Introduce Message::plaintextParam
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.edit.styles.css
1 /*!
2 * Styles for elements of the editing form.
3 */
4
5 /* General layout */
6 #wpTextbox1 {
7 margin: 0;
8 display: block;
9 }
10
11 /* Adjustments to edit form elements */
12 .editCheckboxes {
13 margin-bottom: 1em;
14 }
15
16 .editCheckboxes input:first-child {
17 margin-left: 0;
18 }
19
20 .cancelLink {
21 margin-left: 0.5em;
22 }
23
24 #editpage-copywarn {
25 font-size: 0.9em;
26 }
27
28 #wpSummary {
29 display: block;
30 margin-top: 0;
31 margin-bottom: 0.5em;
32 }
33
34 .editButtons input:first-child {
35 margin-left: .1em;
36 }