src/css/LdtPlayer.css
branchpopcorn-port
changeset 311 43a1b7d95317
parent 310 a8b9e3b6e31c
child 314 da3eafabe9ce
equal deleted inserted replaced
310:a8b9e3b6e31c 311:43a1b7d95317
    10       width:20px;
    10       width:20px;
    11       height:16px;
    11       height:16px;
    12       float:left;
    12       float:left;
    13     }
    13     }
    14 
    14 
    15     .Ldt-controler {
    15    .Ldt-AnnotationsWidget {
    16       font-size: 62.5%;
       
    17       font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
       
    18       background-color:#eeeeee;
       
    19       height:35px;
       
    20     }
       
    21 
       
    22     .Ldt-AnnotationsWidget {
       
    23       font-size: 62.5%;
    16       font-size: 62.5%;
    24       font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    17       font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    25       background-color:#eeeeee;
    18       background-color:#eeeeee;
    26       padding:5px;
    19       padding:5px;
    27       background:url('imgs/wire_pattern.png') repeat scroll transparent ;
    20       background:url('imgs/wire_pattern.png') repeat scroll transparent ;
   136       visibility:hidden;
   129       visibility:hidden;
   137       height:0px;
   130       height:0px;
   138       display:none
   131       display:none
   139     }
   132     }
   140 
   133 
       
   134     /* player */
       
   135     .Ldt-controler {
       
   136       font-size: 62.5%;
       
   137       font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
       
   138       background:url('imgs/player_gradient.png') repeat-x transparent ;
       
   139       height: 27px;
       
   140       border-top: 1px solid #b6b8b8;
       
   141       border-bottom: 1px solid #b6b8b8;
       
   142     }
       
   143 
       
   144  
   141     .Ldt-LeftPlayerControls {
   145     .Ldt-LeftPlayerControls {
   142       float:left;
   146       float:left;
   143       padding: 4px;
       
   144     }
   147     }
   145 
   148 
   146     .Ldt-RightPlayerControls {
   149     .Ldt-RightPlayerControls {
   147       float: right;
   150       float: right;
   148       padding: 4px;
   151       padding: 4px;
       
   152     }
       
   153 
       
   154     .Ldt-CtrlPlay {
       
   155       background:url('imgs/play_button.png') no-repeat scroll 0 0 transparent ;
       
   156       background-position: center;
       
   157       width: 50px;
       
   158       height: 23px;
       
   159       border: 1px solid #b6b8b8;
       
   160       float: left;
       
   161     }
       
   162 
       
   163     .Ldt-CtrlNext {
       
   164       background:url('imgs/play_button.png') no-repeat scroll 0 0 transparent ;
       
   165       background-position: center;
       
   166       width: 50px;
       
   167       height: 23px;
       
   168       border: 1px solid #b6b8b8;
       
   169       float: left;
       
   170     }
       
   171 
       
   172 
       
   173     .Ldt-CtrlSearch {
       
   174       background:url('imgs/play_button.png') no-repeat scroll 0 0 transparent ;
       
   175       background-position: center;
       
   176       width: 50px;
       
   177       height: 23px;
       
   178       border: 1px solid #b6b8b8;
       
   179       float: left;
   149     }
   180     }
   150 
   181 
   151     .Ldt-Time {
   182     .Ldt-Time {
   152       float: left;
   183       float: left;
   153       padding: 4px;
   184       padding: 4px;