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 075cb23  [OPENMEETINGS-2517] close button for RTL dialogs is fixed
075cb23 is described below

commit 075cb23fc028b6ca356047e9252692444899e9c6
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Thu Nov 19 21:39:29 2020 +0700

    [OPENMEETINGS-2517] close button for RTL dialogs is fixed
---
 openmeetings-web/src/main/webapp/css/raw-wb.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/openmeetings-web/src/main/webapp/css/raw-wb.css 
b/openmeetings-web/src/main/webapp/css/raw-wb.css
index 286dfad..a7d8953 100644
--- a/openmeetings-web/src/main/webapp/css/raw-wb.css
+++ b/openmeetings-web/src/main/webapp/css/raw-wb.css
@@ -203,6 +203,10 @@ html[dir="rtl"] .room-block .sb-wb .wb-block {
        padding: 1px;
        height: 20px;
 }
+html[dir="rtl"] .wb-tool-settings .ui-dialog-titlebar-close, .wb-formula 
.ui-dialog-titlebar-close {
+       left: .3em;
+       right: auto;
+}
 .wb-tool-settings .header, .wb-formula .header {
        padding: 5px;
 }

Reply via email to