src/widgets/AnnotationsList.css
author durandn
Fri, 25 Sep 2015 14:45:38 +0200
changeset 1067 539c9bee5372
parent 1053 149a4ea20ea7
child 1068 7623f9af9272
permissions -rw-r--r--
Translating comments into English
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     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;
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
    11
    max-height: 380px;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    12
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    13
.Ldt-AnnotationsListWidget a {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    14
    text-decoration: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    15
}
966
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    16
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    17
.Ldt-AnnotationsList-Audio {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    18
    width: 1px; height: 1px;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    19
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    20
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
    21
.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
    22
	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
    23
	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
    24
	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
    25
	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
    26
    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
    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
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
.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
    31
    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
    32
	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
    33
	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
    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
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
.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
    37
    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
    38
	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
    39
	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
    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
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
.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
    43
    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
    44
	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
    45
	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
    46
}
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
1053
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    48
ul.Ldt-AnnotationsList-ul, ul.Ldt-AnnotationsList-ul-toDelete  {
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    49
    list-style: none;
1053
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    50
    padding: 0px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    51
    margin: 0px;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    52
}
1053
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    53
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    54
li.Ldt-AnnotationsList-li {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    55
    width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    56
    clear: both;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    57
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    58
    padding: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    59
    min-height: 60px;
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;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    69
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    70
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    71
.Ldt-AnnotationsList-Thumbnail {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    72
    border: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    73
    max-width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    74
    max-height: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    75
    margin: 0 auto;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    76
}
1053
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    77
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    78
.Ldt-AnnotationsList-DeleteButton {
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    79
	margin: 0px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    80
	float: right;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    81
	font-size: 20px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    82
	position: relative;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    83
	top: -50px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    84
	left: -5px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    85
	color: #787878
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    86
}
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    87
.Ldt-AnnotationsList-DeleteButton:hover {
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    88
	color: #f7268e;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    89
	cursor: pointer;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    90
}
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
    91
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    92
.Ldt-AnnotationsList-Duration {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    93
    color: #f7268e;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    94
    float: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    95
    text-align: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    96
    font-size: 12px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    97
    margin: 2px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    98
}
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
    99
.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
   100
    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
   101
    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
   102
    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
   103
    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
   104
}
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   105
h3.Ldt-AnnotationsList-Title {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   106
    color: #0068c4;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   107
    font-size: 13px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   108
    margin: 2px 2px 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   109
    font-weight: bold;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   110
}
988
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   111
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   112
.Ldt-AnnotationsList-Title a {
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   113
    color: #0068c4;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   114
}
988
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   115
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   116
p.Ldt-AnnotationsList-Description {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   117
    margin: 2px 0 2px 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   118
    font-size: 12px;
924
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents: 904
diff changeset
   119
    color: #333333;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   120
}
988
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   121
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   122
.Ldt-AnnotationsList-Description a {
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   123
    color: #0068c4;
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   124
}
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   125
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   126
.Ldt-AnnotationsList-Description a:hover {
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   127
    text-decoration: underline; color: #800000;
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   128
}
eefd336335f9 Some improvements: Hashtags can be used, links are now clickable, ....
veltr
parents: 983
diff changeset
   129
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   130
ul.Ldt-AnnotationsList-Tags {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   131
    list-style: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   132
    padding: 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   133
    margin: 2px 0 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   134
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   135
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   136
li.Ldt-AnnotationsList-Tag-Li {
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   137
    display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
   138
    background: url(img/tag.png) left top no-repeat;
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   139
    cursor: pointer;
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   140
}
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   141
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   142
.Ldt-AnnotationsList-Tag-Li span {
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   143
    display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   144
    background: url(img/tag.png) right top no-repeat;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   145
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   146
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   147
li.Ldt-AnnotationsList-Tag-Li:hover {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
   148
    background-position: left -23px;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
   149
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   150
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   151
.Ldt-AnnotationsList-Tag-Li:hover span {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
   152
    background-position: right -23px;
966
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   153
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   154
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   155
.Ldt-AnnotationsList-Play {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   156
    width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   157
    padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   158
    background: url(img/voiceannotation.png); color: #333333;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   159
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   160
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   161
.Ldt-AnnotationsList-Play:hover {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   162
    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
   163
}
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   164
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   165
.Ldt-AnnotationsList-ScreenMain{
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   166
	margin: 0px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   167
	padding: 0px;
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
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   170
.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
   171
.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
   172
	margin-top: 15px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   173
	width: 100%
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   174
	text-align: center;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   175
	vertical-align: middle;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   176
	font-size: 14px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   177
	font-weight: bold;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   178
	color: #68273C;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   179
}
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   180
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   181
a.Ldt-AnnotationsList-Close {
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   182
    position: absolute; right: 2px;
149a4ea20ea7 Added support for deleting annotations + Added support for displaying user names under another format
durandn
parents: 1046
diff changeset
   183
    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
   184
    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
   185
}