equal
deleted
inserted
replaced
376 |
376 |
377 .Ldt-tweetAvatar { |
377 .Ldt-tweetAvatar { |
378 float: left; |
378 float: left; |
379 } |
379 } |
380 |
380 |
|
381 .Ldt-tweetAvatar-profileArrow { |
|
382 float: left; |
|
383 height: 48px; |
|
384 margin-left: 5px; |
|
385 margin-right: 5px; |
|
386 } |
|
387 |
|
388 |
381 .Ldt-tweetContents { |
389 .Ldt-tweetContents { |
382 |
390 } |
|
391 |
|
392 .Ldt-tweet_date { |
|
393 float: left; |
383 } |
394 } |
384 |
395 |
385 .Ldt-tweetWidgetMinimize { |
396 .Ldt-tweetWidgetMinimize { |
386 position: relative; |
397 position: relative; |
387 float: right; |
398 float: right; |
388 height: 17px; |
399 height: 17px; |
389 width: 17px; |
400 width: 17px; |
390 background:url('imgs/minimize.png') repeat scroll transparent ; |
|
391 right: 9px; |
401 right: 9px; |
392 } |
402 } |
393 |
403 |
394 .Ldt-tweetWidget * a:link { |
404 .Ldt-tweetWidget * a:link { |
395 color: #729efa; |
405 color: #729efa; |
396 |
406 |
|
407 } |
|
408 |
|
409 .Ldt-TweetReply { |
|
410 float: left; |
|
411 margin-left: 16px; |
|
412 } |
|
413 |
|
414 .Ldt-TweetReplyIcon { |
|
415 background:url('imgs/reply_sprite.png') no-repeat scroll 0 0 transparent ; |
|
416 width: 14px; |
|
417 height: 11px; |
|
418 float: left; |
|
419 margin-top: 2px; |
|
420 } |
|
421 |
|
422 .Ldt-TweetReplyIcon:hover { |
|
423 background-position: 0 -11px; |
|
424 } |
|
425 |
|
426 .Ldt-TweetReplyIcon:active { |
|
427 background-position: 0 -22px; |
|
428 } |
|
429 |
|
430 .Ldt-Retweet { |
|
431 float: left; |
|
432 margin-left: 16px; |
|
433 } |
|
434 |
|
435 .Ldt-RetweetIcon { |
|
436 background:url('imgs/retweet_sprite.png') no-repeat scroll 0 0 transparent ; |
|
437 width: 14px; |
|
438 height: 8px; |
|
439 float: left; |
|
440 margin-top: 3px; |
|
441 } |
|
442 |
|
443 .Ldt-RetweetIcon:hover { |
|
444 background-position: 0 -8px; |
|
445 } |
|
446 |
|
447 .Ldt-RetweetIcon:active { |
|
448 background-position: 0 -16px; |
397 } |
449 } |
398 |
450 |
399 /* the styling of a spacer div */ |
451 /* the styling of a spacer div */ |
400 .Ldt-spacer { |
452 .Ldt-spacer { |
401 background-color:#eeeeee; |
453 background-color:#eeeeee; |