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 a82b8c8  [OPENMEETINGS-2497] CSS is fixed for RTL
a82b8c8 is described below

commit a82b8c81b074d3490b026837706e9486fc6f5382
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Tue Oct 27 23:18:34 2020 +0700

    [OPENMEETINGS-2497] CSS is fixed for RTL
---
 openmeetings-web/src/main/webapp/css/raw-general-rtl.css | 10 ++++++++++
 1 file changed, 10 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 ebd85a1..5899f41 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
@@ -133,6 +133,16 @@ html[dir="rtl"] .list-table th {
        text-align: right !important;
 }
 /**** file-tree **************/
+html[dir="rtl"] .trees .om-icon.big::before {
+       left: initial;
+       right: 3px;
+}
+html[dir="rtl"] .file.om-icon
+, html[dir="rtl"] .recording.om-icon
+{
+       padding-left: initial;
+       padding-right: 34px;
+}
 /**** TODO need to be moved to wicket-jquery-ui **************/
 html[dir="rtl"] span.css-emoticon.un-transformed-emoticon
 , html[dir="rtl"] span.css-emoticon.animated-emoticon:hover

Reply via email to