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/20 03:27:42 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1142] minor css change

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 5f17039  [OPENMEETINGS-1142] minor css change
5f17039 is described below

commit 5f170392d4555544ef101d42d0c16a1a0189220c
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Jul 20 10:27:33 2018 +0700

    [OPENMEETINGS-1142] minor css change
---
 openmeetings-web/src/main/webapp/css/room.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/webapp/css/room.css b/openmeetings-web/src/main/webapp/css/room.css
index cbca4bb..7c6fcaa 100644
--- a/openmeetings-web/src/main/webapp/css/room.css
+++ b/openmeetings-web/src/main/webapp/css/room.css
@@ -492,7 +492,8 @@
 }
 .pod-area.max17, .pod-area.max25, .pod-area.max33 {
 	grid-template-columns: repeat(8, 1fr);
-	grid-template-areas: "b01 b02 a a a a b03 b04"
+	grid-template-areas: 
+		"b01 b02 a a a a b03 b04"
 		"b05 b06 a a a a b07 b08"
 		"b09 b10 a a a a b11 b12"
 		"b13 b14 a a a a b15 b16";