equal
deleted
inserted
replaced
6 max-height: 480px; |
6 max-height: 480px; |
7 } |
7 } |
8 .Ldt-AnnotationsListWidget a { |
8 .Ldt-AnnotationsListWidget a { |
9 text-decoration: none; |
9 text-decoration: none; |
10 } |
10 } |
11 |
|
12 .Ldt-AnnotationsList-Audio { |
|
13 width: 1px; height: 1px; |
|
14 } |
|
15 |
|
16 ul.Ldt-AnnotationsList-ul { |
11 ul.Ldt-AnnotationsList-ul { |
17 list-style: none; |
12 list-style: none; |
18 padding: 2px; |
13 padding: 2px; |
19 margin: 0; |
14 margin: 0; |
20 } |
15 } |
25 padding: 2px 0; |
20 padding: 2px 0; |
26 min-height: 60px; |
21 min-height: 60px; |
27 } |
22 } |
28 .Ldt-AnnotationsList-li.selected { |
23 .Ldt-AnnotationsList-li.selected { |
29 background-image: url(img/pinstripe-grey.png); |
24 background-image: url(img/pinstripe-grey.png); |
|
25 } |
|
26 .Ldt-AnnotationsList-highlight { |
|
27 background: #F7268E; |
|
28 color: #ffffff; |
30 } |
29 } |
31 .Ldt-AnnotationsList-ThumbContainer { |
30 .Ldt-AnnotationsList-ThumbContainer { |
32 float: left; |
31 float: left; |
33 width: 80px; |
32 width: 80px; |
34 height: 50px; |
33 height: 50px; |
52 color: #0068c4; |
51 color: #0068c4; |
53 font-size: 13px; |
52 font-size: 13px; |
54 margin: 2px 2px 0 82px; |
53 margin: 2px 2px 0 82px; |
55 font-weight: bold; |
54 font-weight: bold; |
56 } |
55 } |
57 |
56 h3.Ldt-AnnotationsList-Title a { |
58 .Ldt-AnnotationsList-Title a { |
|
59 color: #0068c4; |
57 color: #0068c4; |
60 } |
58 } |
61 |
|
62 p.Ldt-AnnotationsList-Description { |
59 p.Ldt-AnnotationsList-Description { |
63 margin: 2px 0 2px 82px; |
60 margin: 2px 0 2px 82px; |
64 font-size: 12px; |
61 font-size: 12px; |
65 color: #333333; |
62 color: #333333; |
66 } |
63 } |
67 |
|
68 .Ldt-AnnotationsList-Description a { |
|
69 color: #0068c4; |
|
70 } |
|
71 |
|
72 .Ldt-AnnotationsList-Description a:hover { |
|
73 text-decoration: underline; color: #800000; |
|
74 } |
|
75 |
|
76 ul.Ldt-AnnotationsList-Tags { |
64 ul.Ldt-AnnotationsList-Tags { |
77 list-style: none; |
65 list-style: none; |
78 padding: 0; |
66 padding: 0; |
79 margin: 2px 0 0 82px; |
67 margin: 2px 0 0 82px; |
80 } |
68 } |
95 } |
83 } |
96 |
84 |
97 .Ldt-AnnotationsList-Tag-Li:hover span { |
85 .Ldt-AnnotationsList-Tag-Li:hover span { |
98 background-position: right -23px; |
86 background-position: right -23px; |
99 } |
87 } |
100 |
|
101 .Ldt-AnnotationsList-Play { |
|
102 width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center; |
|
103 padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer; |
|
104 background: url(img/voiceannotation.png); color: #333333; |
|
105 } |
|
106 |
|
107 .Ldt-AnnotationsList-Play:hover { |
|
108 background-position: 0 bottom; |
|
109 } |
|