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 2019/03/14 04:31:50 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2032] minor CSS improvements

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 8fb6acd  [OPENMEETINGS-2032] minor CSS improvements
8fb6acd is described below

commit 8fb6acd8b174eb9c7a1501b5eb158891f65211ca
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Thu Mar 14 11:31:39 2019 +0700

    [OPENMEETINGS-2032] minor CSS improvements
---
 openmeetings-web/src/main/webapp/css/raw-general.css   | 5 ++++-
 openmeetings-web/src/main/webapp/css/raw-variables.css | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-general.css b/openmeetings-web/src/main/webapp/css/raw-general.css
index 834b262..e9df9db 100644
--- a/openmeetings-web/src/main/webapp/css/raw-general.css
+++ b/openmeetings-web/src/main/webapp/css/raw-general.css
@@ -521,7 +521,7 @@ select.messages.selector {
 }
 .rooms-table {
 	display: inline-block;
-	min-width: 400px;
+	min-width: 415px;
 	height: 100%;
 	overflow-y: auto;
 }
@@ -730,6 +730,9 @@ form .input {
 .dragbox-content .tableWrapper .list-table {
 	min-width: auto;
 }
+.level-meter {
+	border-radius: 3px;
+}
 /**** TODO need to be unified with other icons used ****/
 .hash-panel-main {
 	width: 100%;
diff --git a/openmeetings-web/src/main/webapp/css/raw-variables.css b/openmeetings-web/src/main/webapp/css/raw-variables.css
index 04e990b..128029a 100644
--- a/openmeetings-web/src/main/webapp/css/raw-variables.css
+++ b/openmeetings-web/src/main/webapp/css/raw-variables.css
@@ -19,7 +19,7 @@
 body {
 	--header-height: 50px;
 	--menu-height: 36px;
-	--level-color: greenyellow;
+	--level-color: #ADFF2F;
 	--rooms-header-height: 70px;
 	--tabs-height: 45px;
 	--buffer-height: 4px;