diff -r af3778eab5e8 -r 1ecfe4720da7 client/player/css/LdtPlayer.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/player/css/LdtPlayer.css Thu Jun 17 11:15:05 2010 +0200 @@ -0,0 +1,73 @@ + #demo-frame > div.demo { padding: 5px !important; }; + + #controlerLdt { + font-size: 62.5%; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + } + + button.ui-button-icon-only { + height:1.5em; + width:1.5em; + } + + .iri-chapter{ + padding-top:10px; + padding-bottom:5px; + border-left:solid 1px #000; + border-right:solid 1px #000; + } + + .tooltip { + display:none; + background:transparent url(../css/jq-css/imgs/white_arrow.png); + font-size:12px; + height:100px; + width:180px; + padding:10px; + padding-left:15px; + padding-right:15px; + color:#000; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + } + + #Annotations{ + padding-left:5px; + width:470px; + float:left; + font-size: 62.5%; + } + #ldtSaTitle{ + padding-top:2px; + padding-bottom:5px; + font-size:18px; + color:#FFF; + height:22p; + } + #ldtSaDescription{ + font-size:12px; + color:#FFF; + } + #ShowAnnotation{ + position:absolute; + z-index: 999; + padding:5px; + background:url(../css/jq-css/imgs/transBlack.png); + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + } + + #ldtPlaceHolder{ + position:absolue; + float:none; + } + .ldtControl1{ + width:70px; + float:left; + } + .ldtControl2{ + padding-left:10px; + width:70px; + float:left; + } + .cleaner { + clear:both; + } \ No newline at end of file