integ/js/vs/lib/StreamPlayer/css/streamPlayer.css
changeset 65 b13a409f01dc
parent 64 2937fe1ba865
child 66 a77532772aa4
equal deleted inserted replaced
64:2937fe1ba865 65:b13a409f01dc
     1 .command {
       
     2 	font-size: 1em;
       
     3 	color: transparent; /* Fix for Firefox */
       
     4 	/* border-style: none; */
       
     5 	/* border-width: 0; */
       
     6 	padding: 0 0 0 16px !important; /* Fix for Internet Explorer */
       
     7 	text-align: left;
       
     8 	width: 26px;
       
     9 	height: 26px;
       
    10 	line-height: 1 !important;
       
    11 	background-image: url(../img/controls.png);
       
    12 	overflow: hidden;
       
    13 	cursor: pointer;
       
    14 }
       
    15 .play {
       
    16 	background-position: -48px 0px;
       
    17 }
       
    18 .pause {
       
    19 	background-position: -48px -24px;
       
    20 }
       
    21 .stop {
       
    22 	background-position: -72px 0px;
       
    23 }
       
    24 .fb {
       
    25 	background-position: 0px 0px;
       
    26 }
       
    27 .ff {
       
    28 	background-position: -120px 0px;
       
    29 }
       
    30 .prev {
       
    31 	background-position: -24px 0px;
       
    32 }
       
    33 .next {
       
    34 	background-position: -96px 0px;
       
    35 }
       
    36 .soundon {
       
    37 	background-position: -144px 0px;
       
    38 }
       
    39 .soundoff {
       
    40 	background-position: -144px -24px;
       
    41 }
       
    42 .disabled {
       
    43 	opacity:0.5;
       
    44 }