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/09/09 16:21:33 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2428] user profile looks better in RTL

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 48b6d08  [OPENMEETINGS-2428] user profile looks better in RTL
48b6d08 is described below

commit 48b6d08f48d931f02d9cc4d990c0860ba437e0ff
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Sep 9 23:21:17 2020 +0700

    [OPENMEETINGS-2428] user profile looks better in RTL
---
 openmeetings-web/src/main/webapp/css/raw-general-rtl.css | 7 -------
 1 file changed, 7 deletions(-)

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 9420050..e2d5db6 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general-rtl.css
@@ -142,13 +142,6 @@ html[dir="rtl"] span.css-emoticon.un-transformed-emoticon
 html[dir="rtl"] span.css-emoticon {
 	transform: rotate(-90deg) !important;
 }
-html[dir="rtl"] .adminForm label
-, html[dir="rtl"] .adminForm input
-, html[dir="rtl"] .adminForm select
-, html[dir="rtl"] .adminForm textarea
-{
-	float: right !important;
-}
 html[dir="rtl"] #alert-holder {
 	left: 0;
 }