lg-fb-comment-box.css 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. .lg-outer.fb-comments .lg-img-wrap {
  2. padding-right: 400px !important; }
  3. .lg-outer.fb-comments .fb-comments {
  4. height: 100%;
  5. overflow-y: auto;
  6. position: absolute;
  7. right: 0;
  8. top: 0;
  9. width: 420px;
  10. z-index: 99999;
  11. background: #fff url("../img/loading.gif") no-repeat scroll center center; }
  12. .lg-outer.fb-comments .fb-comments.fb_iframe_widget {
  13. background-image: none; }
  14. .lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader {
  15. background: #fff url("../img/loading.gif") no-repeat scroll center center; }
  16. .lg-outer.fb-comments .lg-toolbar {
  17. right: 420px;
  18. width: auto; }
  19. .lg-outer.fb-comments .lg-actions .lg-next {
  20. right: 420px; }
  21. .lg-outer.fb-comments .lg-item {
  22. background-image: none; }
  23. .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap {
  24. background-image: none; }
  25. .lg-outer.fb-comments .lg-img-wrap {
  26. background: url(../img/loading.gif) no-repeat scroll center center transparent; }
  27. .lg-outer.fb-comments .lg-sub-html {
  28. padding: 0;
  29. position: static; }
  30. /*# sourceMappingURL=lg-fb-comment-box.css.map */