diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-06 12:15:19 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-06 12:15:19 +0100 |
| commit | 7d12a008312ad7787bd7c7f8047ee4f87995b219 (patch) | |
| tree | a674b06dc03276da59bfad6ba64362ef9e3163b6 /ishtar_common/static/lightgallery/css/lg-fb-comment-box.css | |
| parent | 6220653bdb61afcbdebb576ca22eae3d85bc032e (diff) | |
| download | Ishtar-7d12a008312ad7787bd7c7f8047ee4f87995b219.tar.bz2 Ishtar-7d12a008312ad7787bd7c7f8047ee4f87995b219.zip | |
Add lightgallery library
Diffstat (limited to 'ishtar_common/static/lightgallery/css/lg-fb-comment-box.css')
| -rw-r--r-- | ishtar_common/static/lightgallery/css/lg-fb-comment-box.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ishtar_common/static/lightgallery/css/lg-fb-comment-box.css b/ishtar_common/static/lightgallery/css/lg-fb-comment-box.css new file mode 100644 index 000000000..b7d58f5b3 --- /dev/null +++ b/ishtar_common/static/lightgallery/css/lg-fb-comment-box.css @@ -0,0 +1,31 @@ +.lg-outer.fb-comments .lg-img-wrap { + padding-right: 400px !important; } +.lg-outer.fb-comments .fb-comments { + height: 100%; + overflow-y: auto; + position: absolute; + right: 0; + top: 0; + width: 420px; + z-index: 99999; + background: #fff url("../img/loading.gif") no-repeat scroll center center; } + .lg-outer.fb-comments .fb-comments.fb_iframe_widget { + background-image: none; } + .lg-outer.fb-comments .fb-comments.fb_iframe_widget.fb_iframe_widget_loader { + background: #fff url("../img/loading.gif") no-repeat scroll center center; } +.lg-outer.fb-comments .lg-toolbar { + right: 420px; + width: auto; } +.lg-outer.fb-comments .lg-actions .lg-next { + right: 420px; } +.lg-outer.fb-comments .lg-item { + background-image: none; } + .lg-outer.fb-comments .lg-item.lg-complete .lg-img-wrap { + background-image: none; } +.lg-outer.fb-comments .lg-img-wrap { + background: url(../img/loading.gif) no-repeat scroll center center transparent; } +.lg-outer.fb-comments .lg-sub-html { + padding: 0; + position: static; } + +/*# sourceMappingURL=lg-fb-comment-box.css.map */ |
