summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/WikiEditor/modules/jquery.wikiEditor.preview.less
blob: 23dc6785b5ed9eba32ebebce6a3a18364a9b1fe7 (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
26
27
28
29
30
31
32
33
34
35
36
37
/**
 * CSS for WikiEditor Preview jQuery plugin
 */

.wikiEditor-preview-loading {
	padding: 1em;
	background-color: #fff;

	span {
		color: #666;
	}
}

.wikiEditor-preview-spinner {
	padding-right: 1em;
}

.wikiEditor-preview-contents {
	padding: 1em;
	background-color: #fff;
}

/* FIXME: This only works for the first wikiEditor on the page! */
/* stylelint-disable-next-line selector-no-id */
#wikiEditor-0-preview-dialog {
	.wikiEditor-ui-loading {
		overflow: hidden;
		border: 0;
	}
}

.ui-dialog {
	.ui-dialog-buttonpane {
		// stylelint-disable-next-line declaration-no-important
		margin: 0 !important;
	}
}