| author | ymh <ymh.work@gmail.com> |
| Fri, 18 Oct 2024 10:24:57 +0200 | |
| changeset 1074 | 231ea5ea7de4 |
| parent 1072 | ac1eacb3aa33 |
| permissions | -rw-r--r-- |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
1 |
/* AnnotationsListWidget */ |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
2 |
|
|
1046
eb77616c245f
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
durandn
parents:
1037
diff
changeset
|
3 |
#ui-datepicker-div |
|
eb77616c245f
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
durandn
parents:
1037
diff
changeset
|
4 |
{ |
|
eb77616c245f
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
durandn
parents:
1037
diff
changeset
|
5 |
display: none; |
|
eb77616c245f
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
durandn
parents:
1037
diff
changeset
|
6 |
} |
|
eb77616c245f
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
durandn
parents:
1037
diff
changeset
|
7 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
8 |
.Ldt-AnnotationsListWidget { |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
9 |
border: none; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
10 |
margin: 0; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
11 |
padding: 0; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
12 |
overflow: auto; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
13 |
} |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
14 |
.Ldt-AnnotationsListWidget a { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
15 |
text-decoration: none; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
16 |
} |
| 966 | 17 |
|
18 |
.Ldt-AnnotationsList-Audio { |
|
19 |
width: 1px; height: 1px; |
|
20 |
} |
|
21 |
||
|
1037
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
22 |
.Ldt-AnnotationsList-Filters { |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
23 |
display: table-cell; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
24 |
width: 100%; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
25 |
height: 30px; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
26 |
vertical-align: middle; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
27 |
text-align: center; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
28 |
|
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
29 |
} |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
30 |
|
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
31 |
.Ldt-AnnotationsList-filter-text { |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
32 |
text-align: left; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
33 |
display: inline; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
34 |
margin: 4px 2px; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
35 |
} |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
36 |
|
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
37 |
.Ldt-AnnotationsList-filter-dropdown { |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
38 |
text-align: center; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
39 |
display: inline; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
40 |
margin: 4px 2px; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
41 |
} |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
42 |
|
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
43 |
.Ldt-AnnotationsList-filter-checkbox { |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
44 |
text-align: center; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
45 |
display: inline; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
46 |
margin: 4px 2px; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
47 |
} |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
48 |
|
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
49 |
ul.Ldt-AnnotationsList-ul, ul.Ldt-AnnotationsList-ul-toDelete { |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
50 |
list-style: none; |
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
51 |
padding: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
52 |
margin: 0px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
53 |
} |
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
54 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
55 |
li.Ldt-AnnotationsList-li { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
56 |
width: 100%; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
57 |
clear: both; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
58 |
margin: 2px 0; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
59 |
padding: 2px 0; |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
60 |
min-height: 3em; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
61 |
position: relative; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
62 |
} |
|
937
eb3c442cec50
Added events on annotation for inter widget communication
veltr
parents:
924
diff
changeset
|
63 |
.Ldt-AnnotationsList-li.selected { |
|
eb3c442cec50
Added events on annotation for inter widget communication
veltr
parents:
924
diff
changeset
|
64 |
background-image: url(img/pinstripe-grey.png); |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
65 |
z-index: 1; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
66 |
} |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
67 |
.Ldt-AnnotationsList-ThumbContainer { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
68 |
float: left; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
69 |
width: 80px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
70 |
height: 50px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
71 |
text-align: center; |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
72 |
margin: 0px 2px 10px 2px; |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
73 |
box-shadow: #808080 0px 0px 2px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
74 |
} |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
75 |
.Ldt-AnnotationsList-Thumbnail { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
76 |
border: none; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
77 |
max-width: 100%; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
78 |
max-height: 100%; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
79 |
margin: 0 auto; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
80 |
} |
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
81 |
|
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
82 |
.Ldt-AnnotationsList-External-Icon { |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
83 |
background-image: url(img/external.png); |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
84 |
z-index: 100; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
85 |
height: 15px; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
86 |
width: 15px; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
87 |
position: relative; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
88 |
bottom: 20px; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
89 |
left: 64px; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
90 |
} |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
91 |
|
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
92 |
.Ldt-AnnotationsList-DeleteButton { |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
93 |
margin: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
94 |
float: right; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
95 |
font-size: 20px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
96 |
position: relative; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
97 |
top: -50px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
98 |
left: -5px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
99 |
color: #787878 |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
100 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
101 |
.Ldt-AnnotationsList-DeleteButton:hover { |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
102 |
color: #f7268e; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
103 |
cursor: pointer; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
104 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
105 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
106 |
.Ldt-AnnotationsList-Duration { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
107 |
color: #f7268e; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
108 |
float: right; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
109 |
text-align: right; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
110 |
font-size: 12px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
111 |
margin: 2px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
112 |
} |
|
1037
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
113 |
.Ldt-AnnotationsList-CreationDate { |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
114 |
color: #f7268e; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
115 |
text-align: left; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
116 |
font-size: 12px; |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
117 |
margin: 2px 2px 2px 89px; |
|
1037
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
118 |
} |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
119 |
h3.Ldt-AnnotationsList-Title span.Ldt-AnnotationsList-TitleContent{ |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
120 |
color: #0068c4; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
121 |
font-size: 13px; |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
122 |
margin-left: 5px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
123 |
font-weight: bold; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
124 |
} |
|
988
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
125 |
|
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
126 |
h3.Ldt-AnnotationsList-Title.Ldt-Annotation-Timecode{ |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
127 |
font-size: 13px; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
128 |
} |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
129 |
|
|
988
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
130 |
.Ldt-AnnotationsList-Title a { |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
131 |
color: #0068c4; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
132 |
} |
|
988
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
133 |
|
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
134 |
.Ldt-AnnotationsList-Creator { |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
135 |
color: #4d90f4; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
136 |
margin-left: 5px; |
|
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
137 |
font-size: 13px; |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
138 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
139 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
140 |
p.Ldt-AnnotationsList-Description { |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
141 |
margin: 2px 0 2px 89px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
142 |
font-size: 12px; |
| 924 | 143 |
color: #333333; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
144 |
} |
|
988
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
145 |
|
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
146 |
.Ldt-AnnotationsList-Description a { |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
147 |
color: #0068c4; |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
148 |
} |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
149 |
|
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
150 |
.Ldt-AnnotationsList-Description a:hover { |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
151 |
text-decoration: underline; color: #800000; |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
152 |
} |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
153 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
154 |
ul.Ldt-AnnotationsList-Tags { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
155 |
list-style: none; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
156 |
padding: 0; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
157 |
margin: 2px 0 0 82px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
158 |
} |
| 902 | 159 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
160 |
li.Ldt-AnnotationsList-Tag-Li { |
| 902 | 161 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
| 904 | 162 |
background: url(img/tag.png) left top no-repeat; |
| 902 | 163 |
cursor: pointer; |
164 |
} |
|
165 |
||
166 |
.Ldt-AnnotationsList-Tag-Li span { |
|
167 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
168 |
background: url(img/tag.png) right top no-repeat; |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
169 |
} |
| 902 | 170 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
171 |
li.Ldt-AnnotationsList-Tag-Li:hover { |
| 904 | 172 |
background-position: left -23px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
173 |
} |
| 902 | 174 |
|
175 |
.Ldt-AnnotationsList-Tag-Li:hover span { |
|
| 904 | 176 |
background-position: right -23px; |
| 966 | 177 |
} |
178 |
||
179 |
.Ldt-AnnotationsList-Play { |
|
180 |
width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center; |
|
181 |
padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer; |
|
182 |
background: url(img/voiceannotation.png); color: #333333; |
|
183 |
} |
|
184 |
||
185 |
.Ldt-AnnotationsList-Play:hover { |
|
186 |
background-position: 0 bottom; |
|
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
187 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
188 |
|
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
189 |
.Ldt-AnnotationsList-EditControls { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
190 |
opacity: 0; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
191 |
position: absolute; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
192 |
bottom: 2px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
193 |
right: 8px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
194 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
195 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
196 |
.Ldt-AnnotationsList-li:hover .Ldt-AnnotationsList-EditControls { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
197 |
display: inline-block; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
198 |
opacity: .8; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
199 |
transition: opacity 1000ms ease-in-out; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
200 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
201 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
202 |
.Ldt-AnnotationsList-EditControls > div { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
203 |
display: inline-block; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
204 |
width: 16px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
205 |
height: 16px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
206 |
cursor: pointer; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
207 |
margin-left: 8px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
208 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
209 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
210 |
.Ldt-AnnotationsList-Delete { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
211 |
background: url(img/delete.png); |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
212 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
213 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
214 |
.Ldt-AnnotationsList-Edit { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
215 |
background: url(img/edit.png); |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
216 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
217 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
218 |
.Ldt-AnnotationsList-PublishAnnotation { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
219 |
background: url(img/publish_annotation.png); |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
220 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
221 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
222 |
.published .Ldt-AnnotationsList-PublishAnnotation { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
223 |
background: url(img/published_annotation.png); |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
224 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
225 |
|
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
226 |
.Ldt-AnnotationsList .editing { |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
227 |
display: none; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
228 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
229 |
|
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
230 |
.Ldt-AnnotationsList .editableInput { |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
231 |
width: 80%; |
|
1069
2409cb4cebaf
getting various changes from github
ymh <ymh.work@gmail.com>
parents:
1068
diff
changeset
|
232 |
} |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
233 |
|
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
234 |
.Ldt-AnnotationsList-ScreenMain{ |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
235 |
margin: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
236 |
padding: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
237 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
238 |
|
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
239 |
.Ldt-AnnotationsList-ScreenDelete, .Ldt-AnnotationsList-ScreenSending, |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
240 |
.Ldt-AnnotationsList-ScreenError, .Ldt-AnnotationsList-ScreenSuccess{ |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
241 |
margin-top: 15px; |
|
1072
ac1eacb3aa33
Migrate source and build to vite.js
ymh <ymh.work@gmail.com>
parents:
1069
diff
changeset
|
242 |
width: 100%; |
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
243 |
text-align: center; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
244 |
vertical-align: middle; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
245 |
font-size: 14px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
246 |
font-weight: bold; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
247 |
color: #68273C; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
248 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
249 |
|
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
250 |
a.Ldt-AnnotationsList-Close { |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
251 |
position: absolute; right: 2px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
252 |
display: inline-block; width: 17px; height: 17px; margin: 4px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
253 |
background: url(img/widget-control.png); |
|
1037
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
254 |
} |