diff --git a/admin/css/wp-agora-io-admin.css b/admin/css/wp-agora-io-admin.css index 01ed266..ea3ef59 100644 --- a/admin/css/wp-agora-io-admin.css +++ b/admin/css/wp-agora-io-admin.css @@ -521,4 +521,43 @@ td.recordings.column-recordings { .modal-body #layout-image-content{ text-align: center; +} + +.agora_recording_shortcode_section { + display: flex; + align-items: center; + margin-bottom: 20px; +} + +.agora_recording_shortcode_section div#agora_recording_shortcode { + background: rgba(0,0,0,0.7); + margin: 0 10px 0 0; + padding: 9px 10px; + color: #fff; + border-radius: 5px; + line-height: 0.8; +} + +.agora_recording_shortcode_section .agora-copy-recording-shortcode-btn{line-height: 0.8; + padding: 6px 10px;} + + .agora_io_video_recording_container .agora_io_video_container>video { + height: 100%; + width: 100%; +} + +.agora_io_video_recording_container .agora_io_video_container { + flex: 0 0 25%; + max-width: 25%; + padding-right: 25px; + box-sizing: border-box; + margin-top: 25px; +} + +.agora_io_video_recording_container { + display: flex; + flex-wrap: wrap; +} +.agora_recording_videos_section { + clear: both; } \ No newline at end of file diff --git a/admin/views/agora-admin-recording-listings.php b/admin/views/agora-admin-recording-listings.php index 0d2bfca..4c3e929 100644 --- a/admin/views/agora-admin-recording-listings.php +++ b/admin/views/agora-admin-recording-listings.php @@ -12,6 +12,15 @@

Channel Name:

+ + + +
+
+ +
+
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -

- Save -

- - - +

Chat Support

@@ -425,6 +349,84 @@ class="agora-color-picker inputBoxGS" +
+

Global Settings

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +
+
+ +
+

+ Save +

+ +
+
+ diff --git a/public/css/chat-fab.css b/public/css/chat-fab.css index 4cbdc2c..94f140d 100644 --- a/public/css/chat-fab.css +++ b/public/css/chat-fab.css @@ -707,10 +707,10 @@ width: auto; } -.agora-fullscreen .fabs.fabs-chat-left, .agora-fullscreen .fabs.fabs-chat-right{ +/*.agora-fullscreen .fabs.fabs-chat-left, .agora-fullscreen .fabs.fabs-chat-right{ top: auto; transform: translateY(-150%); -} +}*/ /* chat position bottom */ .fabs.fabs-chat-bottom { diff --git a/public/css/wp-agora-styles.css b/public/css/wp-agora-styles.css index 41de64a..291e14a 100644 --- a/public/css/wp-agora-styles.css +++ b/public/css/wp-agora-styles.css @@ -177,7 +177,7 @@ .agora .screen-users .user { position: relative; overflow: hidden; - padding: 3px; + padding: 2px; background-color: #111; } .screen-users .user video { @@ -642,7 +642,7 @@ position: absolute; top: 88px; left: 7px; - z-index: 9; + z-index: 1; } .toast:not(:last-child) { @@ -1031,7 +1031,9 @@ button#exit-btn { /* End files in chat */ /****************video*mute*overlay*******************/ -.user .no-video-overlay { +.user .no-video-overlay, +.screenshare-container .no-video-overlay + { position: absolute; z-index: 2; width: calc(100%); diff --git a/public/views/parts/footer-communication.php b/public/views/parts/footer-communication.php index 154c5a9..661c40f 100644 --- a/public/views/parts/footer-communication.php +++ b/public/views/parts/footer-communication.php @@ -116,7 +116,7 @@
- + - + \ No newline at end of file