You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2020/11/29 02:44:42 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2517] close button for LTR was broken

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 3652160  [OPENMEETINGS-2517] close button for LTR was broken
3652160 is described below

commit 365216044282901913b3674afdb467896a96f2f5
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Nov 29 09:44:27 2020 +0700

    [OPENMEETINGS-2517] close button for LTR was broken
---
 openmeetings-web/src/main/webapp/css/raw-wb.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-wb.css b/openmeetings-web/src/main/webapp/css/raw-wb.css
index a7d8953..e5dfbd3 100644
--- a/openmeetings-web/src/main/webapp/css/raw-wb.css
+++ b/openmeetings-web/src/main/webapp/css/raw-wb.css
@@ -203,7 +203,9 @@ 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 {
+html[dir="rtl"] .wb-tool-settings .ui-dialog-titlebar-close
+, html[dir="rtl"] .wb-formula .ui-dialog-titlebar-close
+{
 	left: .3em;
 	right: auto;
 }