summaryrefslogtreecommitdiffstats
path: root/apps/media/css/player.css
blob: 0f29748f3518483f50a3a758f5b334162216e4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#playercontrols{
	display:inline;
	margin-left:1em;
	width:4em;
	height:1em;
	position:fixed;
	top:auto;
	left:auto;
	background:transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
}
#playercontrols li{
	float:left;
}
#playercontrols a, #playercontrols li{
	margin:0px;
	padding:0;
	left:0;
	background:transparent !important;
	border:none !important;
	text-shadow:none;
}