diff -r 560afb14296d -r 35aadec4131b src/widgets/CreateAnnotation.css --- a/src/widgets/CreateAnnotation.css Fri Oct 26 15:51:05 2012 +0200 +++ b/src/widgets/CreateAnnotation.css Fri Oct 26 18:37:55 2012 +0200 @@ -34,6 +34,11 @@ border-radius: 2px; } +.Ldt-CreateAnnotation-Title.empty, .Ldt-CreateAnnotation-Creator.empty { + font-style: italic; + color: #90b0d0; +} + .Ldt-CreateAnnotation-Times { color: #ff3b77 } @@ -67,6 +72,10 @@ border-radius: 2px; } +.Ldt-CreateAnnotation-Description.empty { + font-style: italic; color: #999999; +} + .Ldt-CreateAnnotation-Avatar { float: right; width: 48px;