diff -r 3ab36f402b0c -r 198c2b79f5e1 src/widgets/CreateAnnotation.css --- a/src/widgets/CreateAnnotation.css Thu Jan 02 16:40:25 2014 +0100 +++ b/src/widgets/CreateAnnotation.css Thu Jan 02 16:49:20 2014 +0100 @@ -11,11 +11,13 @@ } .Ldt-CreateAnnotation-Inner { - background: url(img/pinstripe.png); padding: 5px; margin: 0; position: relative; + background: url(img/pinstripe.png); + padding: 5px; + margin: 0; } .Ldt-CreateAnnotation-Inner h3 { - margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right; clear:both; color: #0068c4; + margin: 5px 0; font-size: 14px; font-weight: bold; text-align: right; } .Ldt-CreateAnnotation-h3Left { @@ -34,11 +36,6 @@ border-radius: 2px; } -.Ldt-CreateAnnotation-Title.empty, .Ldt-CreateAnnotation-Creator.empty { - font-style: italic; - color: #90b0d0; -} - .Ldt-CreateAnnotation-Times { color: #ff3b77 } @@ -72,10 +69,6 @@ border-radius: 2px; } -.Ldt-CreateAnnotation-Description.empty { - font-style: italic; color: #999999; -} - .Ldt-CreateAnnotation-Avatar { float: right; width: 48px; @@ -93,11 +86,11 @@ border: 1px solid #bbbbbb; } -.Ldt-CreateAnnotation-RecBlock { - width: 220px; float: left; +.Ldt-CreateAnnotation-Tags, .Ldt-CreateAnnotation-Polemics { + width: 520px; } -.Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle, .Ldt-CreateAnnotation-RecLabel { +.Ldt-CreateAnnotation-TagTitle, .Ldt-CreateAnnotation-PolemicTitle { display: block; margin: 5px 0 2px; font-size: 12px; }