src/widgets/Annotation.css
branchnew-model
changeset 923 b3ee7d1b472a
parent 904 510ebab76fa3
child 924 64c2eaafe5e2
equal deleted inserted replaced
922:096c06aea8b5 923:b3ee7d1b472a
    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 }
    24 }
    25 
    25 
       
    26 .Ldt-Annotation-Cleared {
       
    27     clear: both;
       
    28 }
       
    29 
       
    30 .Ldt-Annotation-MaxMinButton {
       
    31     float: right; margin: 5px 5px 0; width: 17px; height: 17px; background: url(img/widget-control.png); background-position: 0 -51px; cursor: hand;
       
    32 }
       
    33 
       
    34 .Ldt-Annotation-MaxMinButton:hover {
       
    35     background-position: -17px -51px;
       
    36 }
       
    37 
       
    38 .Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton {
       
    39     background-position: 0 -34px;
       
    40 }
       
    41 
       
    42 .Ldt-Annotation-Minimized div.Ldt-Annotation-MaxMinButton:hover {
       
    43     background-position: -17px -34px;
       
    44 }
       
    45 
    26 .Ldt-Annotation-Inner h3.Ldt-Annotation-MashupOrigin {
    46 .Ldt-Annotation-Inner h3.Ldt-Annotation-MashupOrigin {
    27     font-size: 12px;
    47     font-size: 12px;
    28 }
    48 }
    29 
    49 
    30 .Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia {
    50 .Ldt-Annotation-Title, .Ldt-Annotation-MashupMedia {
    34 .Ldt-Annotation-Time {
    54 .Ldt-Annotation-Time {
    35     color: #ff3b77
    55     color: #ff3b77
    36 }
    56 }
    37 
    57 
    38 .Ldt-Annotation-Inner p {
    58 .Ldt-Annotation-Inner p {
    39     margin: 5px 0; font-size: 12px;
    59     font-size: 12px;
    40 }
    60 }
    41 
    61 
    42 .Ldt-Annotation-ShareIcons {
    62 .Ldt-Annotation-Label {
    43     float: right;
    63     font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left;
       
    64 }
       
    65 
       
    66 .Ldt-Annotation-Labelled {
       
    67     margin: 5px 0 0 90px; clear: right;
    44 }
    68 }
    45 
    69 
    46 .Ldt-Annotation-Share {
    70 .Ldt-Annotation-Share {
    47     display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
    71     display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
    48 }
    72 }
    73 
    97 
    74 .Ldt-Annotation-Tags-Block {
    98 .Ldt-Annotation-Tags-Block {
    75     font-size: 12px;
    99     font-size: 12px;
    76 }
   100 }
    77 
   101 
    78 .Ldt-Annotation-NoTags {
       
    79     display: none;
       
    80 }
       
    81 
       
    82 .Ldt-Annotation-TagTitle {
       
    83     margin: 5px 0 2px; font-size: 12px;
       
    84 }
       
    85 
       
    86 ul.Ldt-Annotation-Tags {
   102 ul.Ldt-Annotation-Tags {
    87     display: inline; list-style: none; padding: 0; margin: 5px 0;
   103     list-style: none; padding: 0;
    88 }
   104 }
    89 
   105 
    90 li.Ldt-Annotation-TagLabel {
   106 li.Ldt-Annotation-TagLabel {
    91     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
   107     display: inline-block; border: none; margin: 0 10px 5px 0; height: 23px; padding: 0 0 0 20px;
    92     background: url(img/tag.png) left top no-repeat;
   108     background: url(img/tag.png) left top no-repeat;