src/widgets/CreateAnnotation.css
branchplatform-restapi
changeset 975 35aadec4131b
parent 966 c1c762ad1697
child 982 cfcbac34d020
--- 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;