Split /resources into /resources/lib and /resources/src
[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 .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;
17 }
18
19 /* Adjustments to edit form elements */
20 .editCheckboxes {
21 margin-bottom: 1em;
22 }
23
24 .editCheckboxes input:first-child {
25 margin-left: 0;
26 }
27
28 .cancelLink {
29 margin-left: 0.5em;
30 }
31
32 #editpage-copywarn {
33 font-size: 0.9em;
34 }
35
36 #wpSummary {
37 display: block;
38 margin-top: 0;
39 margin-bottom: 0.5em;
40 }
41
42 .editButtons input:first-child {
43 margin-left: .1em;
44 }