diff options
author | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-08-13 12:03:45 -0700 |
---|---|---|
committer | Reed Garmsen <rgarmsen2295@gmail.com> | 2015-08-13 12:03:45 -0700 |
commit | afe028ae3a63ff341cbaf89b7841e977fb0061fd (patch) | |
tree | 6bfbe2a5b4405b93a780a7a5a0828fd268b13cbc /web/sass-files/sass/partials/_post.scss | |
parent | 6d9e715e265a3265841bc351e6b22a4503c20c92 (diff) | |
parent | 6ca6072f478f556ba2d25c9762f0d73c9e84c7f6 (diff) | |
download | chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.gz chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.bz2 chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.zip |
Merge pull request #7 from asaadmahmoodspin/mm-316
MM-316
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 98b17120d..bbf36ea93 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -106,6 +106,39 @@ body.ios { } } +.file-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.6); + text-align: center; + color: #FFF; + display: table; + font-size: 1.7em; + font-weight: 600; + z-index: 6; + + > div { + display: table-cell; + vertical-align: middle; + } + + .fa { + display: block; + font-size: 2em; + margin: 0 0 0.3em; + } + + .invisible { + visibility: hidden; + } + .visible { + visibility: visible; + } +} + #post-list { .post-list-holder-by-time { background: #fff; |