src/widgets/AnnotationsList.css
author veltr
Mon, 23 Apr 2012 19:11:08 +0200
branchnew-model
changeset 875 43629caa77bc
parent 874 src/css/widgets/annotationsListWidget.css@38b65761a7d5
child 882 61c384dda19e
permissions -rw-r--r--
Big refactoring of widget files + started migration of segmentwidget

/* AnnotationsListWidget */

.Ldt-AnnotationsListWidget {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border: 1px solid #b6b8b8;
    overflow: auto;
    max-height: 480px;
}
.Ldt-AnnotationsListWidget a {
    text-decoration: none;
}
ul.Ldt-AnnotationsList-ul {
    list-style: none;
    padding: 2px;
    margin: 0;
}
li.Ldt-AnnotationsList-li {
    width: 100%;
    clear: both;
    margin: 2px 0;
    padding: 2px 0;
    min-height: 60px;
}
.Ldt-AnnotationsList-li:hover {
    background-color: #e9e9e9;
}
.Ldt-AnnotationsList-highlight {
    background: #F7268E;
    color: #ffffff;
}
.Ldt-AnnotationsList-ThumbContainer {
    float: left;
    width: 80px;
    height: 50px;
    text-align: center;
    margin: 2px 0;
}
.Ldt-AnnotationsList-Thumbnail {
    border: none;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.Ldt-AnnotationsList-Duration {
    color: #f7268e;
    float: right;
    text-align: right;
    font-size: 12px;
    margin: 2px;
}
h3.Ldt-AnnotationsList-Title {
    color: #0068c4;
    font-size: 13px;
    margin: 2px 2px 0 82px;
    font-weight: bold;
}
.Ldt-AnnotationsList-Title a {
    color: #0068c4;
}
p.Ldt-AnnotationsList-Description {
    margin: 2px 0 2px 82px;
    font-size: 12px;
    color: #666666;
}
ul.Ldt-AnnotationsList-Tags {
    list-style: none;
    padding: 0;
    margin: 2px 0 0 82px;
}
li.Ldt-AnnotationsList-Tag-Li {
    display: inline-block;
    margin: 2px;
    background: #0068c4;
    color: #fff;
    padding: 2px;
    font-size: 12px;
}
li.Ldt-AnnotationsList-Tag-Li:hover {
    background: #F7268E;
}