838 border: 1px solid #b6b8b8; |
838 border: 1px solid #b6b8b8; |
839 overflow: auto; |
839 overflow: auto; |
840 max-height: 480px; |
840 max-height: 480px; |
841 } |
841 } |
842 |
842 |
843 .Ldt-AnnotationsListWidget ul { |
843 .Ldt-AnnotationsList-ul { |
844 padding: 5px; |
844 list-style: none; |
845 } |
845 padding: 0 3px; |
846 |
846 } |
847 .Ldt-AnnotationsListWidget li { |
847 |
848 list-style-type: none; |
848 .Ldt-AnnotationsList-li { |
849 cursor: pointer; |
849 cursor: pointer; |
850 display: table-row; |
850 float: left; width: 100%; clear: both; |
851 padding-top: 2px; |
851 margin: 2px 0; padding: 2px 0; |
852 height: 64px; |
852 } |
853 } |
853 |
854 |
854 .Ldt-AnnotationsList-li:hover { |
855 .Ldt-AnnotationsListWidget li:hover { |
|
856 background-color: #e9e9e9; |
855 background-color: #e9e9e9; |
857 } |
856 } |
858 |
857 |
859 .Ldt-AnnotationsListWidget li a { |
858 .Ldt-AnnotationsListWidget a { |
860 text-decoration: none; |
859 text-decoration: none; |
861 } |
860 } |
862 |
861 |
863 .Ldt-AnnotationsList-Caption { |
862 .Ldt-AnnotationsList-Thumb-Placeholder { |
864 float: left; |
863 float: left; |
865 vertical-align: middle; |
|
866 height: 64px; |
864 height: 64px; |
867 width: 64px; |
865 width: 64px; |
868 background-image: url('imgs/video_sequence.png'); |
866 background-image: url('imgs/video_sequence.png'); |
869 } |
867 } |
870 |
868 |
|
869 .Ldt-AnnotationList-Thumbnail { |
|
870 border: none; |
|
871 float: left; |
|
872 max-width: 64px; |
|
873 max-height: 64px; |
|
874 } |
|
875 |
871 .Ldt-AnnotationsList-Duration { |
876 .Ldt-AnnotationsList-Duration { |
872 color : #f7268e; |
877 color : #f7268e; |
873 float: right; |
878 float: right; text-align: right; |
874 text-align: left; |
|
875 width: 120px; |
|
876 } |
879 } |
877 |
880 |
878 .Ldt-AnnotationsList-Title { |
881 .Ldt-AnnotationsList-Title { |
879 color: #0068c4; |
882 color: #0068c4; |
880 font-size: 13px; |
883 font-size: 13px; |
881 display: table-cell; |
884 margin: 0 0 2px 64px; |
882 width: 80%; |
885 } |
883 margin-left: 64px; margin-bottom: 3px; |
886 |
|
887 .Ldt-AnnotationsList-Description { |
|
888 clear: both; |
|
889 margin: 2px 0; |
|
890 } |
|
891 |
|
892 .Ldt-AnnotationsList-Tags { |
|
893 width: 100%; list-style: none; clear: both; padding: 0; margin: 2px 0; |
|
894 } |
|
895 |
|
896 .Ldt-AnnotationsList-Tag-Li { |
|
897 float: left; margin: 2px; background: #cc0066; color: #fff; padding: 4px; |
884 } |
898 } |
885 |
899 |
886 /* Tagcloud */ |
900 /* Tagcloud */ |
887 |
901 |
888 .Ldt-TagCloud { |
902 .Ldt-TagCloud { |