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 2023/02/14 10:50:34 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2760] RTL menu should be fixed; mvn-3.9.0 build is fixed

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 cc6016e2b [OPENMEETINGS-2760] RTL menu should be fixed; mvn-3.9.0 build is fixed
cc6016e2b is described below

commit cc6016e2be59284395d993db06b30c80865ed04e
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Feb 14 17:50:22 2023 +0700

    [OPENMEETINGS-2760] RTL menu should be fixed; mvn-3.9.0 build is fixed
---
 openmeetings-web/src/main/webapp/css/raw-menu.css |  4 ++++
 pom.xml                                           | 13 +++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/openmeetings-web/src/main/webapp/css/raw-menu.css b/openmeetings-web/src/main/webapp/css/raw-menu.css
index d051cbd4e..e9d6581fa 100644
--- a/openmeetings-web/src/main/webapp/css/raw-menu.css
+++ b/openmeetings-web/src/main/webapp/css/raw-menu.css
@@ -58,6 +58,10 @@
 .room-block .menu .details .icon .profile img {
 	width: 28px;
 }
+
+html[dir="rtl"] .navbar .navbar-nav.me-auto {
+	margin-right: unset !important;
+}
 html[dir="rtl"] .navbar .dropdown-menu {
 	left: initial;
 	right: 0;
diff --git a/pom.xml b/pom.xml
index 9b7d45234..c5a545525 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
 		<maven-checkstyle-plugin.version>3.2.1</maven-checkstyle-plugin.version>
 		<frontend-maven-plugin.version>1.12.1</frontend-maven-plugin.version>
 		<swagger-plugin.version>2.1.6</swagger-plugin.version>
+		<plexus-utils.version>3.5.0</plexus-utils.version>
 		<!-- dependency versions -->
 		<junit.version>5.9.2</junit.version>
 		<wicket.version>9.12.0</wicket.version>
@@ -1438,6 +1439,13 @@
 					<groupId>org.codehaus.mojo</groupId>
 					<artifactId>keytool-maven-plugin</artifactId>
 					<version>${keytool-maven-plugin.version}</version>
+					<dependencies>
+						<dependency>
+							<groupId>org.codehaus.plexus</groupId>
+							<artifactId>plexus-utils</artifactId>
+							<version>${plexus-utils.version}</version>
+						</dependency>
+					</dependencies>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
@@ -1536,6 +1544,11 @@
 							<artifactId>closure-compiler</artifactId>
 							<version>v20170521</version>
 						</dependency>
+						<dependency>
+							<groupId>org.codehaus.plexus</groupId>
+							<artifactId>plexus-utils</artifactId>
+							<version>${plexus-utils.version}</version>
+						</dependency>
 					</dependencies>
 				</plugin>
 				<plugin>