summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki/mediawiki.Upload.BookletLayout.css
blob: 72ce9f0b32c6d0754333931e77f26008c664018b (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
.mw-upload-bookletLayout-filePreview {
	width: 100%;
	height: 1em;
	background-color: #eaecf0;
	background-size: cover;
	background-position: center center;
	padding: 1.5em;
	margin: -1.5em;
	margin-bottom: 1.5em;
	position: relative;
}

.mw-upload-bookletLayout-infoForm.mw-upload-bookletLayout-hasThumbnail .mw-upload-bookletLayout-filePreview {
	height: 10em;
}

.mw-upload-bookletLayout-filePreview p {
	line-height: 1em;
	margin: 0;
}

.mw-upload-bookletLayout-filePreview .oo-ui-progressBarWidget {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.mw-upload-bookletLayout-filePreview .oo-ui-progressBarWidget-bar {
	height: 0.5em;
}