summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/mw.EmbedPlayerIEWebMPrompt.css
blob: 9cf7b490f35aaed3749683e9a0dba52ad75df81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.mwEmbedPlayer .iewebm-prompt {
	position: absolute;
	top: 100px;
	bottom: 60px;
	left: 20px;
	right: 20px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.75);

	width: auto !important;
	height: auto !important;

	padding: 20px;
}

.mwEmbedPlayer .iewebm-prompt div {
	color: black;
}