| author | Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> |
| Mon, 01 Jun 2015 17:22:01 +0200 | |
| changeset 1259 | 2ef068d4fe6b |
| parent 1198 | ff4b567d51f2 |
| child 1304 | 10974bff4dae |
| permissions | -rw-r--r-- |
| 598 | 1 |
/* AnnotationsListWidget */ |
2 |
||
3 |
.Ldt-AnnotationsListWidget { |
|
|
1198
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
4 |
border: none; margin: 0; padding: 0; |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
5 |
overflow: auto; |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
6 |
max-height: 480px; |
| 598 | 7 |
} |
8 |
.Ldt-AnnotationsListWidget a { |
|
9 |
text-decoration: none; |
|
10 |
} |
|
| 694 | 11 |
|
12 |
.Ldt-AnnotationsList-Audio { |
|
13 |
width: 1px; height: 1px; |
|
14 |
} |
|
15 |
||
| 598 | 16 |
ul.Ldt-AnnotationsList-ul { |
17 |
list-style: none; |
|
18 |
padding: 2px; |
|
19 |
margin: 0; |
|
20 |
} |
|
21 |
li.Ldt-AnnotationsList-li { |
|
22 |
width: 100%; |
|
23 |
clear: both; |
|
24 |
margin: 2px 0; |
|
25 |
padding: 2px 0; |
|
26 |
min-height: 60px; |
|
27 |
} |
|
| 694 | 28 |
.Ldt-AnnotationsList-li.selected { |
29 |
background-image: url(img/pinstripe-grey.png); |
|
| 598 | 30 |
} |
31 |
.Ldt-AnnotationsList-ThumbContainer { |
|
32 |
float: left; |
|
33 |
width: 80px; |
|
34 |
height: 50px; |
|
35 |
text-align: center; |
|
36 |
margin: 2px 0; |
|
37 |
} |
|
38 |
.Ldt-AnnotationsList-Thumbnail { |
|
39 |
border: none; |
|
40 |
max-width: 100%; |
|
41 |
max-height: 100%; |
|
42 |
margin: 0 auto; |
|
43 |
} |
|
44 |
.Ldt-AnnotationsList-Duration { |
|
45 |
color: #f7268e; |
|
46 |
float: right; |
|
47 |
text-align: right; |
|
48 |
font-size: 12px; |
|
49 |
margin: 2px; |
|
50 |
} |
|
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
51 |
h3.Ldt-AnnotationsList-Title { |
| 598 | 52 |
color: #0068c4; |
| 694 | 53 |
font-size: 13px; |
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
54 |
margin: 2px 2px 0 82px; |
| 598 | 55 |
font-weight: bold; |
56 |
} |
|
| 778 | 57 |
|
58 |
.Ldt-AnnotationsList-Title a { |
|
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
59 |
color: #0068c4; |
| 598 | 60 |
} |
| 778 | 61 |
|
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
62 |
p.Ldt-AnnotationsList-Description { |
| 598 | 63 |
margin: 2px 0 2px 82px; |
64 |
font-size: 12px; |
|
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
65 |
color: #333333; |
| 598 | 66 |
} |
| 778 | 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 |
||
| 598 | 76 |
ul.Ldt-AnnotationsList-Tags { |
77 |
list-style: none; |
|
78 |
padding: 0; |
|
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
79 |
margin: 2px 0 0 82px; |
| 598 | 80 |
} |
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
81 |
|
| 598 | 82 |
li.Ldt-AnnotationsList-Tag-Li { |
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
83 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
84 |
background: url(img/tag.png) left top no-repeat; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
85 |
cursor: pointer; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
86 |
} |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
87 |
|
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
88 |
.Ldt-AnnotationsList-Tag-Li span { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
89 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
90 |
background: url(img/tag.png) right top no-repeat; |
| 598 | 91 |
} |
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
92 |
|
| 598 | 93 |
li.Ldt-AnnotationsList-Tag-Li:hover { |
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
94 |
background-position: left -23px; |
| 598 | 95 |
} |
|
654
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
96 |
|
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
97 |
.Ldt-AnnotationsList-Tag-Li:hover span { |
|
a5977736d2b0
Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
598
diff
changeset
|
98 |
background-position: right -23px; |
| 694 | 99 |
} |
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; |
|
|
1198
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
109 |
} |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
110 |
|
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
111 |
.Ldt-AnnotationsList-Control-Prev { |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
112 |
cursor: url(img/hand_left.png), pointer; |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
113 |
} |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
114 |
|
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
115 |
.Ldt-AnnotationsList-Control-Next { |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
116 |
cursor: url(img/hand_right.png), pointer; |
|
ff4b567d51f2
upgrade metadataplayer and add annotation creation
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
778
diff
changeset
|
117 |
} |