summaryrefslogtreecommitdiff
path: root/extensions/WikiEditor/modules/ext.wikiEditor.toolbar.styles.css
blob: cc80c1690586c2eb9be6089b2b6b926a58eb8b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 * CSS for WikiEditor
 */

form#editform {
	margin: 0;
	padding: 0;
}

#wpSummary,
#wpSummaryLabel {
	margin-bottom: 1em;
}

#wpTextbox1 {
	line-height: 1.5em;
	resize: vertical;
}

/* Hide the old toolbar until the wikiEditor toolbar is deemed not supported,
 * hide the WikiEditor toolbar until it's css has loaded */
.wikiEditor-oldToolbar,
.wikiEditor-ui-toolbar {
	display: none;
}