equal
deleted
inserted
replaced
51 .Ldt-AnnotationsWidget { |
51 .Ldt-AnnotationsWidget { |
52 font-size: 12px; |
52 font-size: 12px; |
53 font-family: "Arial", "Verdana", "sans-serif"; |
53 font-family: "Arial", "Verdana", "sans-serif"; |
54 background-color:#eeeeee; |
54 background-color:#eeeeee; |
55 background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
55 background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
56 border-color: #b6b8b8; |
56 border: 1px solid #b6b8b8; |
57 border-width: 1px; |
|
58 border-style: solid; |
|
59 } |
57 } |
60 |
58 |
61 .Ldt-Annotation-DoubleBorder { |
59 .Ldt-Annotation-DoubleBorder { |
62 border: 1px solid white; |
60 border: 1px solid white; |
|
61 overflow: auto; |
63 } |
62 } |
64 |
63 |
65 .Ldt-AnnotationContent { |
64 .Ldt-AnnotationContent { |
66 padding:5px; |
65 padding:5px; |
67 padding-left: 12px; |
66 padding-left: 12px; |
349 /* tweet Widget */ |
348 /* tweet Widget */ |
350 .Ldt-tweetWidget { |
349 .Ldt-tweetWidget { |
351 font-size: 62.5%; |
350 font-size: 62.5%; |
352 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
351 font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif"; |
353 background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
352 background:url('imgs/wire_pattern.png') repeat scroll transparent ; |
354 padding:5px; |
353 border: 1px solid #b6b8b8; |
|
354 border-top: none; |
|
355 overflow: auto; |
|
356 } |
|
357 |
|
358 .Ldt-tweet-DoubleBorder { |
|
359 border: 1px solid white; |
|
360 padding: 5px; |
|
361 overflow: auto; |
355 } |
362 } |
356 |
363 |
357 .Ldt-tweetAvatar { |
364 .Ldt-tweetAvatar { |
358 float: left; |
365 float: left; |
359 } |
366 } |