Blame view

sources/apps/media/css/player.css 377 Bytes
03e52840d   Kload   Init
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;
  }