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 2018/07/26 10:24:12 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1909] styles are fixed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 629ef7d  [OPENMEETINGS-1909] styles are fixed
629ef7d is described below

commit 629ef7d56fc45ab1ddd9a0f35bc70f57b6dd12a0
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Jul 26 17:24:02 2018 +0700

    [OPENMEETINGS-1909] styles are fixed
---
 openmeetings-web/src/main/webapp/css/menu.css | 51 ++++++++++++++++++++++++++-
 openmeetings-web/src/main/webapp/css/room.css | 48 -------------------------
 2 files changed, 50 insertions(+), 49 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/menu.css b/openmeetings-web/src/main/webapp/css/menu.css
index 24b0e2b..7281a57 100644
--- a/openmeetings-web/src/main/webapp/css/menu.css
+++ b/openmeetings-web/src/main/webapp/css/menu.css
@@ -45,8 +45,57 @@
 	border: 0;
 }
 #menu .ui-menu {
-	z-index: 10000000;
+	z-index: 10000000; /*need to be in sync with .room.menu.right*/
 }
 .recording .ui-menu .ui-menu-item {
 	display: block;
 }
+.room.menu .ui-menu .ui-menu-item {
+	padding-left: 5px;
+	padding-right: 0;
+}
+.room.menu .top.room.menu.exit {
+	padding-left: 0;
+}
+.room.menu.right {
+	position: absolute;
+	top: 0;
+	margin-right: 5px;
+	right: 0;
+	display: inline-block;
+	z-index: 10000001;
+}
+.room.menu.right .room {
+	float: right;
+	padding-top: 5px;
+	padding-right: 5px;
+}
+.room.menu.right .room.name {
+	font-weight: bold;
+}
+.room.menu.right .room.name.screen {
+	color: red;
+}
+.room.menu.right .room.demo {
+}
+.room.menu.right .icon {
+	width: 30px;
+	height: 30px;
+	background-repeat: no-repeat;
+	background-position: 5px 5px;
+	background-size: 22px;
+	float: right;
+	padding: 0;
+}
+.room.menu.right .icon.share {
+	background-image: url(images/monitor_go.png);
+}
+.room.menu.right .icon.shared {
+	background-image: url(images/shared.png);
+}
+.room.menu.right .icon .profile {
+	margin-top: 3px;
+}
+.room.menu.right .icon .profile img {
+	width: 28px;
+}
diff --git a/openmeetings-web/src/main/webapp/css/room.css b/openmeetings-web/src/main/webapp/css/room.css
index 9bcc295..850a7e9 100644
--- a/openmeetings-web/src/main/webapp/css/room.css
+++ b/openmeetings-web/src/main/webapp/css/room.css
@@ -40,54 +40,6 @@
 .ui-icon.status-mod {
 	background-image: url(images/status-mod.png);
 }
-.room.menu .ui-menu .ui-menu-item {
-	padding-left: 5px;
-	padding-right: 0;
-}
-.room.menu .top.room.menu.exit {
-	padding-left: 0;
-}
-.room.menu.right {
-	position: absolute;
-	top: 0px;
-	margin-right: 5px;
-	right: 0px;
-	display: inline-block;
-}
-.room.menu.right .room {
-	float: right;
-	padding-top: 5px;
-	padding-right: 5px;
-}
-.room.menu.right .room.name {
-	font-weight: bold;
-}
-.room.menu.right .room.name.screen {
-	color: red;
-}
-.room.menu.right .room.demo {
-}
-.room.menu.right .icon {
-	width: 30px;
-	height: 30px;
-	background-repeat: no-repeat;
-	background-position: 5px 5px;
-	background-size: 22px;
-	float: right;
-	padding: 0;
-}
-.room.menu.right .icon.share {
-	background-image: url(images/monitor_go.png);
-}
-.room.menu.right .icon.shared {
-	background-image: url(images/shared.png);
-}
-.room.menu.right .icon .profile {
-	margin-top: 3px;
-}
-.room.menu.right .icon .profile img {
-	width: 28px;
-}
 .room.sidebar {
 	min-width: 155px;
 	width: 315px;