src/widgets/Annotation.css
branchnew-model
changeset 1019 3ab36f402b0c
parent 924 64c2eaafe5e2
child 1020 198c2b79f5e1
equal deleted inserted replaced
946:919e362b9db1 1019:3ab36f402b0c
    19 
    19 
    20 .Ldt-Annotation-Inner h3 {
    20 .Ldt-Annotation-Inner h3 {
    21     margin: 5px 0;
    21     margin: 5px 0;
    22     font-size: 14px;
    22     font-size: 14px;
    23     font-weight: bold;
    23     font-weight: bold;
       
    24 }
       
    25 
       
    26 .Ldt-Annotation-Description {
       
    27     max-height: 150px;
       
    28     overflow: auto;
    24 }
    29 }
    25 
    30 
    26 .Ldt-Annotation-Cleared {
    31 .Ldt-Annotation-Cleared {
    27     clear: both;
    32     clear: both;
    28 }
    33 }
    52     font-size: 12px;
    57     font-size: 12px;
    53 }
    58 }
    54 
    59 
    55 .Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia {
    60 .Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia {
    56     color: #0068c4;
    61     color: #0068c4;
       
    62     text-decoration: none;
       
    63 }
       
    64 
       
    65 .Ldt-Annotation-Type {
       
    66     color: #8080A0;
    57 }
    67 }
    58 
    68 
    59 .Ldt-Annotation-Time {
    69 .Ldt-Annotation-Time {
    60     color: #ff3b77
    70     color: #ff3b77
    61 }
    71 }
    62 
    72 
    63 .Ldt-Annotation-Inner p {
    73 .Ldt-Annotation-Inner p {
    64     font-size: 12px;
    74     font-size: 12px;
       
    75     line-height: 16px;
    65 }
    76 }
    66 
    77 
    67 .Ldt-Annotation-Label {
    78 .Ldt-Annotation-Label {
    68     font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left;
    79     font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left;
    69 }
    80 }