lg-fb-comment-box.css 1.2 KB

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