src/widgets/AnnotationsList.css
changeset 944 8a6c9e3d0158
parent 937 eb3c442cec50
child 966 c1c762ad1697
child 1019 3ab36f402b0c
equal deleted inserted replaced
907:27b248a13355 944:8a6c9e3d0158
       
     1 /* AnnotationsListWidget */
       
     2 
       
     3 .Ldt-AnnotationsListWidget {
       
     4     border: none; margin: 0; padding: 0;
       
     5     overflow: auto;
       
     6     max-height: 480px;
       
     7 }
       
     8 .Ldt-AnnotationsListWidget a {
       
     9     text-decoration: none;
       
    10 }
       
    11 ul.Ldt-AnnotationsList-ul {
       
    12     list-style: none;
       
    13     padding: 2px;
       
    14     margin: 0;
       
    15 }
       
    16 li.Ldt-AnnotationsList-li {
       
    17     width: 100%;
       
    18     clear: both;
       
    19     margin: 2px 0;
       
    20     padding: 2px 0;
       
    21     min-height: 60px;
       
    22 }
       
    23 .Ldt-AnnotationsList-li.selected {
       
    24     background-image: url(img/pinstripe-grey.png);
       
    25 }
       
    26 .Ldt-AnnotationsList-highlight {
       
    27     background: #F7268E;
       
    28     color: #ffffff;
       
    29 }
       
    30 .Ldt-AnnotationsList-ThumbContainer {
       
    31     float: left;
       
    32     width: 80px;
       
    33     height: 50px;
       
    34     text-align: center;
       
    35     margin: 2px 0;
       
    36 }
       
    37 .Ldt-AnnotationsList-Thumbnail {
       
    38     border: none;
       
    39     max-width: 100%;
       
    40     max-height: 100%;
       
    41     margin: 0 auto;
       
    42 }
       
    43 .Ldt-AnnotationsList-Duration {
       
    44     color: #f7268e;
       
    45     float: right;
       
    46     text-align: right;
       
    47     font-size: 12px;
       
    48     margin: 2px;
       
    49 }
       
    50 h3.Ldt-AnnotationsList-Title {
       
    51     color: #0068c4;
       
    52     font-size: 13px;
       
    53     margin: 2px 2px 0 82px;
       
    54     font-weight: bold;
       
    55 }
       
    56 h3.Ldt-AnnotationsList-Title a {
       
    57     color: #0068c4;
       
    58 }
       
    59 p.Ldt-AnnotationsList-Description {
       
    60     margin: 2px 0 2px 82px;
       
    61     font-size: 12px;
       
    62     color: #333333;
       
    63 }
       
    64 ul.Ldt-AnnotationsList-Tags {
       
    65     list-style: none;
       
    66     padding: 0;
       
    67     margin: 2px 0 0 82px;
       
    68 }
       
    69 
       
    70 li.Ldt-AnnotationsList-Tag-Li {
       
    71     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
       
    72     background: url(img/tag.png) left top no-repeat;
       
    73     cursor: pointer;
       
    74 }
       
    75 
       
    76 .Ldt-AnnotationsList-Tag-Li span {
       
    77     display: inline-block; font-size: 12px; height: 19px; padding: 4px 5px 0 0; border: none; margin: 0;
       
    78     background: url(img/tag.png) right top no-repeat;
       
    79 }
       
    80 
       
    81 li.Ldt-AnnotationsList-Tag-Li:hover {
       
    82     background-position: left -23px;
       
    83 }
       
    84 
       
    85 .Ldt-AnnotationsList-Tag-Li:hover span {
       
    86     background-position: right -23px;
       
    87 }