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 f678ece82 [OPENMEETINGS-2719] close mark for RTL languages should look
better
f678ece82 is described below
commit f678ece82691edcf6b52709755494e606409305b
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Apr 28 14:51:29 2022 +0700
[OPENMEETINGS-2719] close mark for RTL languages should look better
---
openmeetings-web/src/main/webapp/css/raw-general-rtl.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
index 5899f4137..6461581a9 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
@@ -171,3 +171,6 @@ html[dir="rtl"] .room-block .sb-wb .wb-block .tabs
.wb-tabbar li a .wb-tab-close
html[dir="rtl"] #video-settings .close {
margin: 0 auto 0 0;
}
+html[dir="rtl"] .modal-header .btn-close {
+ margin: -0.5rem auto -0.5rem -0.5rem;
+}