src/widgets/AnnotationsList.css
branchnew-model
changeset 1019 3ab36f402b0c
parent 937 eb3c442cec50
child 1020 198c2b79f5e1
equal deleted inserted replaced
946:919e362b9db1 1019:3ab36f402b0c
     6     max-height: 480px;
     6     max-height: 480px;
     7 }
     7 }
     8 .Ldt-AnnotationsListWidget a {
     8 .Ldt-AnnotationsListWidget a {
     9     text-decoration: none;
     9     text-decoration: none;
    10 }
    10 }
       
    11 
       
    12 .Ldt-AnnotationsList-Audio {
       
    13     width: 1px; height: 1px;
       
    14 }
       
    15 
    11 ul.Ldt-AnnotationsList-ul {
    16 ul.Ldt-AnnotationsList-ul {
    12     list-style: none;
    17     list-style: none;
    13     padding: 2px;
    18     padding: 2px;
    14     margin: 0;
    19     margin: 0;
    15 }
    20 }
    20     padding: 2px 0;
    25     padding: 2px 0;
    21     min-height: 60px;
    26     min-height: 60px;
    22 }
    27 }
    23 .Ldt-AnnotationsList-li.selected {
    28 .Ldt-AnnotationsList-li.selected {
    24     background-image: url(img/pinstripe-grey.png);
    29     background-image: url(img/pinstripe-grey.png);
    25 }
       
    26 .Ldt-AnnotationsList-highlight {
       
    27     background: #F7268E;
       
    28     color: #ffffff;
       
    29 }
    30 }
    30 .Ldt-AnnotationsList-ThumbContainer {
    31 .Ldt-AnnotationsList-ThumbContainer {
    31     float: left;
    32     float: left;
    32     width: 80px;
    33     width: 80px;
    33     height: 50px;
    34     height: 50px;
    51     color: #0068c4;
    52     color: #0068c4;
    52     font-size: 13px;
    53     font-size: 13px;
    53     margin: 2px 2px 0 82px;
    54     margin: 2px 2px 0 82px;
    54     font-weight: bold;
    55     font-weight: bold;
    55 }
    56 }
    56 h3.Ldt-AnnotationsList-Title a {
    57 
       
    58 .Ldt-AnnotationsList-Title a {
    57     color: #0068c4;
    59     color: #0068c4;
    58 }
    60 }
       
    61 
    59 p.Ldt-AnnotationsList-Description {
    62 p.Ldt-AnnotationsList-Description {
    60     margin: 2px 0 2px 82px;
    63     margin: 2px 0 2px 82px;
    61     font-size: 12px;
    64     font-size: 12px;
    62     color: #333333;
    65     color: #333333;
    63 }
    66 }
       
    67 
       
    68 .Ldt-AnnotationsList-Description a {
       
    69     color: #0068c4;
       
    70 }
       
    71 
       
    72 .Ldt-AnnotationsList-Description a:hover {
       
    73     text-decoration: underline; color: #800000;
       
    74 }
       
    75 
    64 ul.Ldt-AnnotationsList-Tags {
    76 ul.Ldt-AnnotationsList-Tags {
    65     list-style: none;
    77     list-style: none;
    66     padding: 0;
    78     padding: 0;
    67     margin: 2px 0 0 82px;
    79     margin: 2px 0 0 82px;
    68 }
    80 }
    83 }
    95 }
    84 
    96 
    85 .Ldt-AnnotationsList-Tag-Li:hover span {
    97 .Ldt-AnnotationsList-Tag-Li:hover span {
    86     background-position: right -23px;
    98     background-position: right -23px;
    87 }
    99 }
       
   100 
       
   101 .Ldt-AnnotationsList-Play {
       
   102     width: 125px; height: 20px; margin: 2px 0 2px 82px; text-align: center;
       
   103     padding: 3px 5px 0 20px; font-size: 12px; cursor: pointer;
       
   104     background: url(img/voiceannotation.png); color: #333333;
       
   105 }
       
   106 
       
   107 .Ldt-AnnotationsList-Play:hover {
       
   108     background-position: 0 bottom;
       
   109 }