equal
deleted
inserted
replaced
693 /* AnnotationsListWidget */ |
693 /* AnnotationsListWidget */ |
694 |
694 |
695 .Ldt-AnnotationsListWidget { |
695 .Ldt-AnnotationsListWidget { |
696 font-size: 12px; |
696 font-size: 12px; |
697 font-family: "Arial", "Verdana", "sans-serif"; |
697 font-family: "Arial", "Verdana", "sans-serif"; |
698 background-color:#eeeeee; |
|
699 border: 1px solid #b6b8b8; |
698 border: 1px solid #b6b8b8; |
700 overflow: auto; |
699 overflow: auto; |
701 max-height: 480px; |
700 max-height: 480px; |
702 } |
701 } |
703 |
702 |
|
703 .Ldt-AnnotationsListWidget ul { |
|
704 padding: 5px; |
|
705 } |
|
706 |
704 .Ldt-AnnotationsListWidget li { |
707 .Ldt-AnnotationsListWidget li { |
705 list-style-type: none; |
708 list-style-type: none; |
706 cursor: pointer; |
709 cursor: pointer; |
707 } |
710 display: table-row; |
708 .Ldt-AnnotationsList-Duration { |
711 padding-top: 2px; |
|
712 height: 64px; |
|
713 } |
|
714 |
|
715 .Ldt-AnnotationsListWidget li:hover { |
|
716 background-color: #e9e9e9; |
|
717 } |
|
718 |
|
719 .Ldt-AnnotationsList-Caption { |
|
720 float: left; |
|
721 display: table-cell; |
|
722 vertical-align: middle; |
|
723 } |
|
724 |
|
725 .Ldt-AnnotationsList-Duration { |
|
726 color : #f7268e; |
709 float: right; |
727 float: right; |
710 color : #f7268e; |
728 text-align: left; |
|
729 width: 120px; |
711 } |
730 } |
712 |
731 |
713 .Ldt-AnnotationsList-Title { |
732 .Ldt-AnnotationsList-Title { |
714 color: #0068c4; |
733 color: #0068c4; |
715 font-size: 14px; |
734 font-size: 13px; |
716 } |
735 display: table-cell; |
|
736 width: 80%; |
|
737 } |