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/08/12 12:17:50 UTC

[openmeetings] branch master updated: [OPENMEETINGS-1142] another CSS IE improvement

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 7443ab9  [OPENMEETINGS-1142] another CSS IE improvement
7443ab9 is described below

commit 7443ab9508866ec57eb9acc4ab74b44342bbc135
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Sun Aug 12 19:17:17 2018 +0700

    [OPENMEETINGS-1142] another CSS IE improvement
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-room.css b/openmeetings-web/src/main/webapp/css/raw-room.css
index 7cbe5bc..5863693 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -199,7 +199,7 @@
 	background-image: url(images/webcam_add.png);
 }
 .room.sidebar .user.list .user .kick.ui-icon {
-	background-size: initial;
+	background-size: auto;
 }
 .right.camera.ui-icon.granted {
 	background-image: url(images/webcam_delete.png);