equal
deleted
inserted
replaced
23 .Ldt-LatestAnnotation-CreationDate{ |
23 .Ldt-LatestAnnotation-CreationDate{ |
24 color: #f7268e; |
24 color: #f7268e; |
25 } |
25 } |
26 |
26 |
27 .Ldt-LatestAnnotation-Content{ |
27 .Ldt-LatestAnnotation-Content{ |
|
28 max-width: 230px; |
|
29 text-align: justify; |
28 } |
30 } |
29 |
31 |
30 .Ldt-LatestAnnotation-Title{ |
32 .Ldt-LatestAnnotation-Title{ |
31 color: #0068c4; |
33 color: #0068c4; |
32 font-size: 14px; |
34 font-size: 14px; |
35 |
37 |
36 .Ldt-LatestAnnotation-NoAnnotation{ |
38 .Ldt-LatestAnnotation-NoAnnotation{ |
37 font-size: 14px; |
39 font-size: 14px; |
38 font-weight: bold; |
40 font-weight: bold; |
39 } |
41 } |
|
42 |
|
43 .Ldt-LatestAnnotation-CopyEditButton{ |
|
44 display: inline-block; |
|
45 background-color: #d93c71; |
|
46 color: #ffffff; |
|
47 float: right; |
|
48 cursor: pointer; |
|
49 height: 14px; |
|
50 width: 100px; |
|
51 margin: 2px; |
|
52 padding: 2px; |
|
53 font-size: 11px; |
|
54 border: 1px solid; |
|
55 border-color: #eca3bc #631e34 #36101c #e16e93; |
|
56 cursor: pointer; |
|
57 text-align: center; |
|
58 vertical-align: middle; |
|
59 } |
|
60 |
|
61 .Ldt-LatestAnnotation-CopyEditButton:hover{ |
|
62 background-color: #e15581; |
|
63 border-color: #222222 #e87d9f #f0adc3 #68273c; |
|
64 } |