src/css/widgets/annotationsListWidget.css
branchnew-model
changeset 875 43629caa77bc
parent 874 38b65761a7d5
child 876 03967b6ada7c
equal deleted inserted replaced
874:38b65761a7d5 875:43629caa77bc
     1 /* AnnotationsListWidget */
       
     2 
       
     3 .Ldt-AnnotationsListWidget {
       
     4     font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
     5     border: 1px solid #b6b8b8;
       
     6     overflow: auto;
       
     7     max-height: 480px;
       
     8 }
       
     9 .Ldt-AnnotationsListWidget a {
       
    10     text-decoration: none;
       
    11 }
       
    12 ul.Ldt-AnnotationsList-ul {
       
    13     list-style: none;
       
    14     padding: 2px;
       
    15     margin: 0;
       
    16 }
       
    17 li.Ldt-AnnotationsList-li {
       
    18     width: 100%;
       
    19     clear: both;
       
    20     margin: 2px 0;
       
    21     padding: 2px 0;
       
    22     min-height: 60px;
       
    23 }
       
    24 .Ldt-AnnotationsList-li:hover {
       
    25     background-color: #e9e9e9;
       
    26 }
       
    27 .Ldt-AnnotationsList-highlight {
       
    28     background: #F7268E;
       
    29     color: #ffffff;
       
    30 }
       
    31 .Ldt-AnnotationsList-ThumbContainer {
       
    32     float: left;
       
    33     width: 80px;
       
    34     height: 50px;
       
    35     text-align: center;
       
    36     margin: 2px 0;
       
    37 }
       
    38 .Ldt-AnnotationsList-Thumbnail {
       
    39     border: none;
       
    40     max-width: 100%;
       
    41     max-height: 100%;
       
    42     margin: 0 auto;
       
    43 }
       
    44 .Ldt-AnnotationsList-Duration {
       
    45     color: #f7268e;
       
    46     float: right;
       
    47     text-align: right;
       
    48     font-size: 12px;
       
    49     margin: 2px;
       
    50 }
       
    51 h3.Ldt-AnnotationsList-Title {
       
    52     color: #0068c4;
       
    53     font-size: 13px;
       
    54     margin: 2px 2px 0 82px;
       
    55     font-weight: bold;
       
    56 }
       
    57 .Ldt-AnnotationsList-Title a {
       
    58     color: #0068c4;
       
    59 }
       
    60 p.Ldt-AnnotationsList-Description {
       
    61     margin: 2px 0 2px 82px;
       
    62     font-size: 12px;
       
    63     color: #666666;
       
    64 }
       
    65 ul.Ldt-AnnotationsList-Tags {
       
    66     list-style: none;
       
    67     padding: 0;
       
    68     margin: 2px 0 0 82px;
       
    69 }
       
    70 li.Ldt-AnnotationsList-Tag-Li {
       
    71     display: inline-block;
       
    72     margin: 2px;
       
    73     background: #0068c4;
       
    74     color: #fff;
       
    75     padding: 2px;
       
    76     font-size: 12px;
       
    77 }
       
    78 li.Ldt-AnnotationsList-Tag-Li:hover {
       
    79     background: #F7268E;
       
    80 }