# HG changeset patch # User hamidouk # Date 1319810986 -7200 # Node ID 892efe4071821ee0f4bde32e066ce8f2a7c70f5a # Parent d3f336807ec3e8f9c7cddc185af4f63938009842 converting "#" to "." to allow multiple versions of the player at the same time. diff -r d3f336807ec3 -r 892efe407182 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Fri Oct 28 11:07:54 2011 +0200 +++ b/src/css/LdtPlayer.css Fri Oct 28 16:09:46 2011 +0200 @@ -1,17 +1,17 @@ #demo-frame > div.demo { padding: 5px !important; }; - + button.ui-button-icon-only { height:1.5em; width:1.5em; } - + #Ldt-loader { background:url(imgs/loader.gif) no-repeat; width:20px; height:16px; float:left; } - + #Ldt-controler { font-size: 62.5%; font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; @@ -19,14 +19,23 @@ height:35px; padding:5px; } - + + .Ldt-AnnotationsWidget { + font-size: 62.5%; + font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; + background-color:#eeeeee; + height:35px; + padding:5px; + } + .Ldt-iri-chapter{ padding-top:10px; padding-bottom:5px; border-left:solid 1px #000; border-right:solid 1px #000; + float: left; } - + .tooltip { display:none; background:transparent url(imgs/white_arrow_mini.png); @@ -37,7 +46,7 @@ padding-left:15px; padding-top:15px; padding-right:15px; - color:#000; + color:#000; font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; } #Ldt-Root{ @@ -46,20 +55,22 @@ #Ldt-Hat{ height:3px; } + #Ldt-Annotations{ padding-left:5px; width:470px; float:left; font-size: 62.5%; } - #Ldt-SaTitle{ + + .Ldt-SaTitle{ padding-top:2px; padding-bottom:5px; font-size:18px; height:22p; } - #Ldt-SaDescription{ - font-size:12px; + .Ldt-SaDescription{ + font-size:12px; } #Ldt-Show-Arrow-container{ margin-left:60px; @@ -86,16 +97,16 @@ padding:5px; background:url(imgs/transBlack.png); font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#FFF; + color:#FFF; } #Ldt-ShowAnnotation-audio{ position:relative; padding:5px; background-color:#cfcfcf; font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; - color:#4D4D4D; + color:#4D4D4D; } - #Ldt-SaKeyword{ + .Ldt-SaKeyword{ background-color:#b9b9b9; color:#4D4D4D; padding:5px; @@ -108,19 +119,24 @@ text-align:right; float:right; } - - + + #Ldt-PlaceHolder{ position:absolue; float:none; } - + + .Ldt-Segments{ + float:left; + font-size: 62.5%; + } + .Ldt-mode-radio{ visibility:hidden; height:0px; display:none } - + .Ldt-Control1{ width:60px; float:left; @@ -132,7 +148,8 @@ } .Ldt-cleaner { clear:both; - } + } + .share { background:url('imgs/widget20.png') no-repeat scroll 0 0 transparent ; display:block; @@ -162,5 +179,3 @@ .shareJamesPot{ background-position:0 -1808px; } - - \ No newline at end of file