| author | ymh <ymh.work@gmail.com> |
| Fri, 02 Oct 2015 11:27:17 +0200 | |
| changeset 1068 | 7623f9af9272 |
| parent 1053 | 149a4ea20ea7 |
| child 1069 | 2409cb4cebaf |
| 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 { |
| 903 | 9 |
border: none; margin: 0; padding: 0; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
10 |
overflow: auto; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
11 |
} |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
12 |
.Ldt-AnnotationsListWidget a { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
13 |
text-decoration: none; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
14 |
} |
| 966 | 15 |
|
16 |
.Ldt-AnnotationsList-Audio { |
|
17 |
width: 1px; height: 1px; |
|
18 |
} |
|
19 |
||
|
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
|
20 |
.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
|
21 |
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
|
22 |
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
|
23 |
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
|
24 |
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
|
25 |
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
|
26 |
|
|
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 |
} |
|
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 |
.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
|
30 |
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
|
31 |
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
|
32 |
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
|
33 |
} |
|
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 |
|
|
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 |
.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
|
36 |
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
|
37 |
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
|
38 |
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
|
39 |
} |
|
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 |
|
|
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 |
.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
|
42 |
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
|
43 |
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
|
44 |
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
|
45 |
} |
|
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 |
|
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
47 |
ul.Ldt-AnnotationsList-ul, ul.Ldt-AnnotationsList-ul-toDelete { |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
48 |
list-style: none; |
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
49 |
padding: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
50 |
margin: 0px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
51 |
} |
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
52 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
53 |
li.Ldt-AnnotationsList-li { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
54 |
width: 100%; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
55 |
clear: both; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
56 |
margin: 2px 0; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
57 |
padding: 2px 0; |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
58 |
min-height: 3em; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
59 |
position: relative; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
60 |
} |
|
937
eb3c442cec50
Added events on annotation for inter widget communication
veltr
parents:
924
diff
changeset
|
61 |
.Ldt-AnnotationsList-li.selected { |
|
eb3c442cec50
Added events on annotation for inter widget communication
veltr
parents:
924
diff
changeset
|
62 |
background-image: url(img/pinstripe-grey.png); |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
63 |
} |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
64 |
.Ldt-AnnotationsList-ThumbContainer { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
65 |
float: left; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
66 |
width: 80px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
67 |
height: 50px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
68 |
text-align: center; |
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
69 |
margin: 10px 2px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
70 |
box-shadow: #808080 0px 0px 2px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
71 |
} |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
72 |
.Ldt-AnnotationsList-Thumbnail { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
73 |
border: none; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
74 |
max-width: 100%; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
75 |
max-height: 100%; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
76 |
margin: 0 auto; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
77 |
} |
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
78 |
|
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
79 |
.Ldt-AnnotationsList-DeleteButton { |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
80 |
margin: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
81 |
float: right; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
82 |
font-size: 20px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
83 |
position: relative; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
84 |
top: -50px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
85 |
left: -5px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
86 |
color: #787878 |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
87 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
88 |
.Ldt-AnnotationsList-DeleteButton:hover { |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
89 |
color: #f7268e; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
90 |
cursor: pointer; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
91 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
92 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
93 |
.Ldt-AnnotationsList-Duration { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
94 |
color: #f7268e; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
95 |
float: right; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
96 |
text-align: right; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
97 |
font-size: 12px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
98 |
margin: 2px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
99 |
} |
|
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
|
100 |
.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
|
101 |
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
|
102 |
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
|
103 |
font-size: 12px; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
104 |
margin: 2px 2px 0 82px; |
|
5c0416e8bba1
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn
parents:
1033
diff
changeset
|
105 |
} |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
106 |
h3.Ldt-AnnotationsList-Title { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
107 |
color: #0068c4; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
108 |
font-size: 13px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
109 |
margin: 2px 2px 0 82px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
110 |
font-weight: bold; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
111 |
} |
|
988
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
112 |
|
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
113 |
.Ldt-AnnotationsList-Title a { |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
114 |
color: #0068c4; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
115 |
} |
|
988
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
116 |
|
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
117 |
.Ldt-AnnotationsList-Creator { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
118 |
color: #aaa; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
119 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
120 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
121 |
p.Ldt-AnnotationsList-Description { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
122 |
margin: 2px 0 2px 82px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
123 |
font-size: 12px; |
| 924 | 124 |
color: #333333; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
125 |
} |
|
988
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
126 |
|
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
127 |
.Ldt-AnnotationsList-Description a { |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
128 |
color: #0068c4; |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
129 |
} |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
130 |
|
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
131 |
.Ldt-AnnotationsList-Description a:hover { |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
132 |
text-decoration: underline; color: #800000; |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
133 |
} |
|
eefd336335f9
Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents:
983
diff
changeset
|
134 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
135 |
ul.Ldt-AnnotationsList-Tags { |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
136 |
list-style: none; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
137 |
padding: 0; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
138 |
margin: 2px 0 0 82px; |
|
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
139 |
} |
| 902 | 140 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
141 |
li.Ldt-AnnotationsList-Tag-Li { |
| 902 | 142 |
display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px; |
| 904 | 143 |
background: url(img/tag.png) left top no-repeat; |
| 902 | 144 |
cursor: pointer; |
145 |
} |
|
146 |
||
147 |
.Ldt-AnnotationsList-Tag-Li span { |
|
148 |
display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0; |
|
149 |
background: url(img/tag.png) right top no-repeat; |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
150 |
} |
| 902 | 151 |
|
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
152 |
li.Ldt-AnnotationsList-Tag-Li:hover { |
| 904 | 153 |
background-position: left -23px; |
|
874
38b65761a7d5
TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff
changeset
|
154 |
} |
| 902 | 155 |
|
156 |
.Ldt-AnnotationsList-Tag-Li:hover span { |
|
| 904 | 157 |
background-position: right -23px; |
| 966 | 158 |
} |
159 |
||
160 |
.Ldt-AnnotationsList-Play { |
|
161 |
width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center; |
|
162 |
padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer; |
|
163 |
background: url(img/voiceannotation.png); color: #333333; |
|
164 |
} |
|
165 |
||
166 |
.Ldt-AnnotationsList-Play:hover { |
|
167 |
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
|
168 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
169 |
|
|
1068
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
170 |
.Ldt-AnnotationsList-EditControls { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
171 |
opacity: 0; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
172 |
position: absolute; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
173 |
bottom: 2px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
174 |
right: 8px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
175 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
176 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
177 |
.Ldt-AnnotationsList-li:hover .Ldt-AnnotationsList-EditControls { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
178 |
display: inline-block; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
179 |
opacity: .8; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
180 |
transition: opacity 1000ms ease-in-out; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
181 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
182 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
183 |
.Ldt-AnnotationsList-EditControls > div { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
184 |
display: inline-block; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
185 |
width: 16px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
186 |
height: 16px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
187 |
cursor: pointer; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
188 |
margin-left: 8px; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
189 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
190 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
191 |
.Ldt-AnnotationsList-Delete { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
192 |
background: url(img/delete.png); |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
193 |
} |
|
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 |
.Ldt-AnnotationsList-Edit { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
196 |
background: url(img/edit.png); |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
197 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
198 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
199 |
.Ldt-AnnotationsList-PublishAnnotation { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
200 |
background: url(img/publish_annotation.png); |
|
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 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
203 |
.published .Ldt-AnnotationsList-PublishAnnotation { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
204 |
background: url(img/published_annotation.png); |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
205 |
} |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
206 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
207 |
.editing { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
208 |
display: none; |
|
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 |
|
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
211 |
.editableInput { |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
212 |
width: 80%; |
|
7623f9af9272
merge pull request #3 from O. Auber
ymh <ymh.work@gmail.com>
parents:
1053
diff
changeset
|
213 |
|
|
1053
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
214 |
.Ldt-AnnotationsList-ScreenMain{ |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
215 |
margin: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
216 |
padding: 0px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
217 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
218 |
|
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
219 |
.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
|
220 |
.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
|
221 |
margin-top: 15px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
222 |
width: 100% |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
223 |
text-align: center; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
224 |
vertical-align: middle; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
225 |
font-size: 14px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
226 |
font-weight: bold; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
227 |
color: #68273C; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
228 |
} |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
229 |
|
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
230 |
a.Ldt-AnnotationsList-Close { |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
231 |
position: absolute; right: 2px; |
|
149a4ea20ea7
Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents:
1046
diff
changeset
|
232 |
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
|
233 |
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
|
234 |
} |