src/widgets/Annotation.css
branchnew-model
changeset 924 64c2eaafe5e2
parent 923 b3ee7d1b472a
child 982 cfcbac34d020
child 1019 3ab36f402b0c
equal deleted inserted replaced
923:b3ee7d1b472a 924:64c2eaafe5e2
    26 .Ldt-Annotation-Cleared {
    26 .Ldt-Annotation-Cleared {
    27     clear: both;
    27     clear: both;
    28 }
    28 }
    29 
    29 
    30 .Ldt-Annotation-MaxMinButton {
    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;
    31     float: right; margin: 5px 5px 0; width: 17px; height: 17px;
       
    32     background: url(img/widget-control.png); background-position: 0 -51px; cursor: pointer;
       
    33 }
       
    34 
       
    35 .Ldt-Annotation-Social {
       
    36     float: right;
    32 }
    37 }
    33 
    38 
    34 .Ldt-Annotation-MaxMinButton:hover {
    39 .Ldt-Annotation-MaxMinButton:hover {
    35     background-position: -17px -51px;
    40     background-position: -17px -51px;
    36 }
    41 }
    63     font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left;
    68     font-size: 12px; font-weight: bold; max-width: 90px; float: left; clear: left;
    64 }
    69 }
    65 
    70 
    66 .Ldt-Annotation-Labelled {
    71 .Ldt-Annotation-Labelled {
    67     margin: 5px 0 0 90px; clear: right;
    72     margin: 5px 0 0 90px; clear: right;
    68 }
       
    69 
       
    70 .Ldt-Annotation-Share {
       
    71     display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
       
    72 }
       
    73 
       
    74 .Ldt-Annotation-Twitter {
       
    75     background-position: 0 0;
       
    76 }
       
    77 
       
    78 .Ldt-Annotation-Twitter:hover {
       
    79     background-position: 0 -24px;
       
    80 }
       
    81 
       
    82 .Ldt-Annotation-Fb {
       
    83     background-position: -24px 0;
       
    84 }
       
    85 
       
    86 .Ldt-Annotation-Fb:hover {
       
    87     background-position: -24px -24px;
       
    88 }
       
    89 
       
    90 .Ldt-Annotation-Gplus {
       
    91     background-position: -48px 0;
       
    92 }
       
    93 
       
    94 .Ldt-Annotation-Gplus:hover {
       
    95     background-position: -48px -24px;
       
    96 }
    73 }
    97 
    74 
    98 .Ldt-Annotation-Tags-Block {
    75 .Ldt-Annotation-Tags-Block {
    99     font-size: 12px;
    76     font-size: 12px;
   100 }
    77 }
   136 
   113 
   137 .Ldt-Annotation-Minimized .Ldt-Annotation-HiddenWhenMinimized {
   114 .Ldt-Annotation-Minimized .Ldt-Annotation-HiddenWhenMinimized {
   138     display: none;
   115     display: none;
   139 }
   116 }
   140 
   117 
       
   118 .Ldt-Annotation-EmptyBlock {
       
   119     display: none;
       
   120 }
       
   121