diff --git a/public/chat.css b/public/chat.css index cd27b04..b41c81b 100644 --- a/public/chat.css +++ b/public/chat.css @@ -35,10 +35,21 @@ video { #remote-video { width: 70%; - height: auto + height: auto; + background-image: url(loader.gif); + background-size: 400px auto; + background-repeat:no-repeat; + background-position: center center; } +.video-overlay{ + z-index: 1; + +} + + + .buttons { width: 520px; bottom: 0px; diff --git a/public/chat.html b/public/chat.html index a67cf15..745d6bf 100644 --- a/public/chat.html +++ b/public/chat.html @@ -8,9 +8,18 @@ + + + + +
- + + +
diff --git a/public/landing/css/style.css b/public/landing/css/style.css index 43b3c90..f3201e3 100755 --- a/public/landing/css/style.css +++ b/public/landing/css/style.css @@ -1141,8 +1141,8 @@ textarea.form-input { } .invert-color .form-checkbox input:checked, .invert-color .form-radio input:checked { - background-color: !important; - border-color: !important + /*background-color: !important;*/ + /*border-color: !important*/ } .form-group { diff --git a/public/loader.gif b/public/loader.gif new file mode 100644 index 0000000..e395c93 Binary files /dev/null and b/public/loader.gif differ diff --git a/public/preview.gif b/public/preview.gif deleted file mode 100644 index 5b16e9d..0000000 Binary files a/public/preview.gif and /dev/null differ