src/widgets/AnnotationsList.css
author veltr
Mon, 05 Nov 2012 19:03:44 +0100
branchplatform-restapi
changeset 978 fcddc519938c
parent 966 c1c762ad1697
child 983 97fef7a4b189
permissions -rw-r--r--
Closing branch: platform-restapi
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
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     3
.Ldt-AnnotationsListWidget {
903
d9da52e20f7f AnnotationsList now updated to work with mashups
veltr
parents: 902
diff changeset
     4
    border: none; margin: 0; padding: 0;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     5
    overflow: auto;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     6
    max-height: 480px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     7
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     8
.Ldt-AnnotationsListWidget a {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
     9
    text-decoration: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    10
}
966
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    11
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    12
.Ldt-AnnotationsList-Audio {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    13
    width: 1px; height: 1px;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    14
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    15
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    16
ul.Ldt-AnnotationsList-ul {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    17
    list-style: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    18
    padding: 2px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    19
    margin: 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    20
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    21
li.Ldt-AnnotationsList-li {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    22
    width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    23
    clear: both;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    24
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    25
    padding: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    26
    min-height: 60px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    27
}
937
eb3c442cec50 Added events on annotation for inter widget communication
veltr
parents: 924
diff changeset
    28
.Ldt-AnnotationsList-li.selected {
eb3c442cec50 Added events on annotation for inter widget communication
veltr
parents: 924
diff changeset
    29
    background-image: url(img/pinstripe-grey.png);
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    30
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    31
.Ldt-AnnotationsList-highlight {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    32
    background: #F7268E;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    33
    color: #ffffff;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    34
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    35
.Ldt-AnnotationsList-ThumbContainer {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    36
    float: left;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    37
    width: 80px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    38
    height: 50px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    39
    text-align: center;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    40
    margin: 2px 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    41
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    42
.Ldt-AnnotationsList-Thumbnail {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    43
    border: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    44
    max-width: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    45
    max-height: 100%;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    46
    margin: 0 auto;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    47
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    48
.Ldt-AnnotationsList-Duration {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    49
    color: #f7268e;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    50
    float: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    51
    text-align: right;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    52
    font-size: 12px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    53
    margin: 2px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    54
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    55
h3.Ldt-AnnotationsList-Title {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    56
    color: #0068c4;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    57
    font-size: 13px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    58
    margin: 2px 2px 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    59
    font-weight: bold;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    60
}
882
61c384dda19e Big refactoring
veltr
parents: 875
diff changeset
    61
h3.Ldt-AnnotationsList-Title a {
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    62
    color: #0068c4;
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
p.Ldt-AnnotationsList-Description {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    65
    margin: 2px 0 2px 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    66
    font-size: 12px;
924
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents: 904
diff changeset
    67
    color: #333333;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    68
}
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    69
ul.Ldt-AnnotationsList-Tags {
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    70
    list-style: none;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    71
    padding: 0;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    72
    margin: 2px 0 0 82px;
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    73
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    74
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    75
li.Ldt-AnnotationsList-Tag-Li {
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    76
    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
    77
    background: url(img/tag.png) left top no-repeat;
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    78
    cursor: pointer;
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    79
}
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    80
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    81
.Ldt-AnnotationsList-Tag-Li span {
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    82
    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
    83
    background: url(img/tag.png) right top no-repeat;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    84
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    85
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    86
li.Ldt-AnnotationsList-Tag-Li:hover {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
    87
    background-position: left -23px;
874
38b65761a7d5 TooltipWidget, SliderWidget, corrections in AnnotationList, CSS are now split
veltr
parents:
diff changeset
    88
}
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    89
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
    90
.Ldt-AnnotationsList-Tag-Li:hover span {
904
510ebab76fa3 Work on CreateAnnotation Widget
veltr
parents: 903
diff changeset
    91
    background-position: right -23px;
966
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    92
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    93
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    94
.Ldt-AnnotationsList-Play {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    95
    width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    96
    padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    97
    background: url(img/voiceannotation.png); color: #333333;
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    98
}
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
    99
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   100
.Ldt-AnnotationsList-Play:hover {
c1c762ad1697 Added Voice Annotation Support
veltr
parents: 937
diff changeset
   101
    background-position: 0 bottom;
902
14022f1d49ab Added MediaList widget for mashup
veltr
parents: 882
diff changeset
   102
}