src/widgets/AnnotationsList.css
branchnew-model
changeset 882 61c384dda19e
parent 875 43629caa77bc
child 902 14022f1d49ab
equal deleted inserted replaced
881:f11b234497f7 882:61c384dda19e
     1 /* AnnotationsListWidget */
     1 /* AnnotationsListWidget */
     2 
     2 
     3 .Ldt-AnnotationsListWidget {
     3 .Ldt-AnnotationsListWidget {
     4     font-family: "Open Sans", Helvetica, Arial, sans-serif;
       
     5     border: 1px solid #b6b8b8;
     4     border: 1px solid #b6b8b8;
     6     overflow: auto;
     5     overflow: auto;
     7     max-height: 480px;
     6     max-height: 480px;
     8 }
     7 }
     9 .Ldt-AnnotationsListWidget a {
     8 .Ldt-AnnotationsListWidget a {
    20     margin: 2px 0;
    19     margin: 2px 0;
    21     padding: 2px 0;
    20     padding: 2px 0;
    22     min-height: 60px;
    21     min-height: 60px;
    23 }
    22 }
    24 .Ldt-AnnotationsList-li:hover {
    23 .Ldt-AnnotationsList-li:hover {
    25     background-color: #e9e9e9;
    24     background: url(img/pinstripe-grey.png);
    26 }
    25 }
    27 .Ldt-AnnotationsList-highlight {
    26 .Ldt-AnnotationsList-highlight {
    28     background: #F7268E;
    27     background: #F7268E;
    29     color: #ffffff;
    28     color: #ffffff;
    30 }
    29 }
    52     color: #0068c4;
    51     color: #0068c4;
    53     font-size: 13px;
    52     font-size: 13px;
    54     margin: 2px 2px 0 82px;
    53     margin: 2px 2px 0 82px;
    55     font-weight: bold;
    54     font-weight: bold;
    56 }
    55 }
    57 .Ldt-AnnotationsList-Title a {
    56 h3.Ldt-AnnotationsList-Title a {
    58     color: #0068c4;
    57     color: #0068c4;
    59 }
    58 }
    60 p.Ldt-AnnotationsList-Description {
    59 p.Ldt-AnnotationsList-Description {
    61     margin: 2px 0 2px 82px;
    60     margin: 2px 0 2px 82px;
    62     font-size: 12px;
    61     font-size: 12px;