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