19 lines
279 B
CSS
19 lines
279 B
CSS
|
#playercontrols{
|
||
|
display:inline;
|
||
|
width:7em;
|
||
|
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;
|
||
|
}
|