This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 65a56e7  [OPENMEETINGS-2637] minor UI issues
65a56e7 is described below

commit 65a56e76536e8dac3df655b164b9df4351cd7818
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Wed Sep 15 14:17:05 2021 +0700

    [OPENMEETINGS-2637] minor UI issues
---
 .../main/java/org/apache/openmeetings/web/room/VideoSettings.html  | 2 +-
 openmeetings-web/src/main/webapp/css/raw-room.css                  | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/VideoSettings.html
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/VideoSettings.html
index 7a6fbf3..014ce28 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/VideoSettings.html
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/VideoSettings.html
@@ -25,7 +25,7 @@
                        <div class="modal-content">
                                <div class="modal-header p-0 px-2">
                                        <h5 class="modal-title" 
id="video-settings-title"><wicket:message key="51"/></h5>
-                                       <button type="button" class="close p-0 
px-1" data-bs-dismiss="modal" aria-hidden="true" 
wicket:message="title:85,aria-label:85"></button>
+                                       <button type="button" class="btn-close 
p-0 px-1" data-bs-dismiss="modal" aria-hidden="true" 
wicket:message="title:85,aria-label:85"></button>
                                </div>
                                <div class="modal-body">
                                        <div class="title"><wicket:message 
key="758"/></div>
diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css 
b/openmeetings-web/src/main/webapp/css/raw-room.css
index 75c6b22..5211908 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -668,10 +668,8 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
 }
 #quick-vote .control {
        display: inline-block;
-       width: 40px;
-       height: 40px;
-       background-repeat: no-repeat;
-       background-size: 35px;
+       width: 48px;
+       height: 48px;
        position: relative;
        font-size: 1.5em;
 }
@@ -679,6 +677,7 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
        position: absolute;
        right: 0;
        bottom: 0;
+       font-size: 0.5em;
 }
 #quick-vote .control i::before {
        font-size: 2.0em;

Reply via email to