--- a/src/widgets/LatestAnnotation.css Tue Sep 01 15:24:26 2015 +0200
+++ b/src/widgets/LatestAnnotation.css Tue Sep 01 15:31:46 2015 +0200
@@ -25,6 +25,8 @@
}
.Ldt-LatestAnnotation-Content{
+ max-width: 230px;
+ text-align: justify;
}
.Ldt-LatestAnnotation-Title{
@@ -37,3 +39,26 @@
font-size: 14px;
font-weight: bold;
}
+
+.Ldt-LatestAnnotation-CopyEditButton{
+ display: inline-block;
+ background-color: #d93c71;
+ color: #ffffff;
+ float: right;
+ cursor: pointer;
+ height: 14px;
+ width: 100px;
+ margin: 2px;
+ padding: 2px;
+ font-size: 11px;
+ border: 1px solid;
+ border-color: #eca3bc #631e34 #36101c #e16e93;
+ cursor: pointer;
+ text-align: center;
+ vertical-align: middle;
+}
+
+.Ldt-LatestAnnotation-CopyEditButton:hover{
+ background-color: #e15581;
+ border-color: #222222 #e87d9f #f0adc3 #68273c;
+}
\ No newline at end of file