2011-09-29 00:20:26 +04:00
|
|
|
#playercontrols{
|
|
|
|
display:inline;
|
2011-09-29 00:36:15 +04:00
|
|
|
margin-left:1em;
|
2011-10-22 10:31:16 +04:00
|
|
|
width:4em;
|
2011-09-29 00:20:26 +04:00
|
|
|
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;
|
2011-09-29 00:36:15 +04:00
|
|
|
background:transparent !important;
|
|
|
|
border:none !important;
|
|
|
|
text-shadow:none;
|
2011-09-29 00:20:26 +04:00
|
|
|
}
|