diff -r b3ee7d1b472a -r 64c2eaafe5e2 src/widgets/Annotation.css --- a/src/widgets/Annotation.css Fri Jun 29 16:22:52 2012 +0200 +++ b/src/widgets/Annotation.css Thu Jul 05 19:08:13 2012 +0200 @@ -28,7 +28,12 @@ } .Ldt-Annotation-MaxMinButton { - float: right; margin: 5px 5px 0; width: 17px; height: 17px; background: url(img/widget-control.png); background-position: 0 -51px; cursor: hand; + float: right; margin: 5px 5px 0; width: 17px; height: 17px; + background: url(img/widget-control.png); background-position: 0 -51px; cursor: pointer; +} + +.Ldt-Annotation-Social { + float: right; } .Ldt-Annotation-MaxMinButton:hover { @@ -67,34 +72,6 @@ margin: 5px 0 0 90px; clear: right; } -.Ldt-Annotation-Share { - display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png); -} - -.Ldt-Annotation-Twitter { - background-position: 0 0; -} - -.Ldt-Annotation-Twitter:hover { - background-position: 0 -24px; -} - -.Ldt-Annotation-Fb { - background-position: -24px 0; -} - -.Ldt-Annotation-Fb:hover { - background-position: -24px -24px; -} - -.Ldt-Annotation-Gplus { - background-position: -48px 0; -} - -.Ldt-Annotation-Gplus:hover { - background-position: -48px -24px; -} - .Ldt-Annotation-Tags-Block { font-size: 12px; } @@ -138,3 +115,7 @@ display: none; } +.Ldt-Annotation-EmptyBlock { + display: none; +} +