src/css/LdtPlayer.css
branchpopcorn-port
changeset 840 ac66e2240e1e
parent 839 4357aac4eb19
child 842 4ae2247a59f4
equal deleted inserted replaced
839:4357aac4eb19 840:ac66e2240e1e
    21   height:1.5em;
    21   height:1.5em;
    22   width:1.5em;
    22   width:1.5em;
    23 }
    23 }
    24 
    24 
    25 #Ldt-loader {
    25 #Ldt-loader {
    26   background:url(imgs/loader.gif) no-repeat;
    26     background:url(imgs/loader.gif) center no-repeat;
    27   width:20px;
    27     text-indent: -9999px;
    28   height:16px;
    28     position: absolute;
    29   float:left;
       
    30 }
    29 }
    31 
    30 
    32 /* general class for all buttons */
    31 /* general class for all buttons */
    33 .Ldt-button {
    32 .Ldt-button {
    34 
    33 
   883   border: 1px solid #b6b8b8;
   882   border: 1px solid #b6b8b8;
   884   overflow: auto;
   883   overflow: auto;
   885   max-height: 480px;
   884   max-height: 480px;
   886 }
   885 }
   887 
   886 
   888 .Ldt-AnnotationsList-ul {
   887 ul.Ldt-AnnotationsList-ul {
   889   list-style: none;
   888   list-style: none;
   890   padding: 0 3px;
   889   padding: 0 3px;
   891 }
   890 }
   892 
   891 
   893 .Ldt-AnnotationsList-li {
   892 li.Ldt-AnnotationsList-li {
   894   cursor: pointer;
   893   cursor: pointer;
   895   float: left; width: 100%; clear: both;
   894   float: left; width: 100%; clear: both;
   896   margin: 2px 0; padding: 2px 0;
   895   margin: 2px 0; padding: 2px 0;
   897 }
   896 }
   898 
   897 
   913   height: 64px;
   912   height: 64px;
   914   width: 64px;
   913   width: 64px;
   915   background-image: url('imgs/video_sequence.png');
   914   background-image: url('imgs/video_sequence.png');
   916 }
   915 }
   917 
   916 
   918 .Ldt-AnnotationList-Thumbnail {
   917 .Ldt-AnnotationsList-Thumbnail {
   919     border: none;
   918     border: none;
   920     float: left;
   919     float: left;
   921     max-width: 64px;
   920     max-width: 64px;
   922     max-height: 64px;
   921     max-height: 64px;
   923 }
   922 }
   936 .Ldt-AnnotationsList-Description {
   935 .Ldt-AnnotationsList-Description {
   937     clear: both;
   936     clear: both;
   938     margin: 2px 0;
   937     margin: 2px 0;
   939 }
   938 }
   940 
   939 
   941 .Ldt-AnnotationsList-Tags {
   940 ul.Ldt-AnnotationsList-Tags {
   942     width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0;
   941     width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0;
   943 }
   942 }
   944 
   943 
   945 .Ldt-AnnotationsList-Tag-Li {
   944 li.Ldt-AnnotationsList-Tag-Li {
   946     float: left; margin: 2px; background: #cc0066; color: #fff; padding: 4px;
   945     float: left; margin: 2px; background: #cc0066; color: #fff; padding: 4px;
   947 }
   946 }
   948 
   947 
   949 /* Tagcloud */
   948 /* Tagcloud */
   950 
   949