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
commit fcabba2c4d1bffbbabc84f5aace1e3836a26d595 Author: Maxim Solodovnik <[email protected]> AuthorDate: Wed Aug 14 23:48:52 2019 +0700 [OPENMEETINGS-2045] '0ch' is replaced with '0px' --- openmeetings-web/src/main/webapp/css/raw-chat.css | 6 +++--- openmeetings-web/src/main/webapp/css/raw-variables.css | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/openmeetings-web/src/main/webapp/css/raw-chat.css b/openmeetings-web/src/main/webapp/css/raw-chat.css index 536cd70..6dbdb07 100644 --- a/openmeetings-web/src/main/webapp/css/raw-chat.css +++ b/openmeetings-web/src/main/webapp/css/raw-chat.css @@ -144,17 +144,17 @@ } /* room mode */ .main.room #chatPanel { - right: 0ch; + right: 0px; top: var(--room-menu-height); } html[dir="rtl"] .main.room #chatPanel { right: auto !important; /* IE */ right: initial !important; - left: 0ch; + left: 0px; } .main.room #chatPanel #chat form { position: absolute; - bottom: 0ch; + bottom: 0px; left: 1px; 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 e90534c..a8d110a 100644 --- a/openmeetings-web/src/main/webapp/css/raw-variables.css +++ b/openmeetings-web/src/main/webapp/css/raw-variables.css @@ -14,13 +14,13 @@ body { --chat-msg-height: 80px; } body.no-header { - --header-height: 0ch; /* 0px is being stripped by YUI compressor*/ + --header-height: 0px; } body.no-menu { - --menu-height: 0ch; /* 0px is being stripped by YUI compressor*/ + --menu-height: 0px; } .adminPanel { - --lbl-nav-height: 0ch; /* 0px is being stripped by YUI compressor*/ + --lbl-nav-height: 0px; --nav-height: 30px; --list-width: 518px; } @@ -28,7 +28,7 @@ body.no-menu { --lbl-nav-height: 40px; } .adminPanelColumnForm { - --actions-height: 0ch; /* 0px is being stripped by YUI compressor*/ + --actions-height: 0px; } .adminPanelColumnForm .adminForm { --actions-height: 40px; @@ -41,7 +41,7 @@ body.no-menu { --tree-footer-height: 40px; } .main.room { - --header-height: 0ch; + --header-height: 0px; --room-menu-height: 34px; --room-sidebar-width: 315px; --room-wb-tabs-height: 45px; @@ -54,13 +54,13 @@ body.no-menu { --rec-btn-height: 40px; } .main.room.no-menu { - --room-menu-height: 0ch; + --room-menu-height: 0px; } .main.room.no-activities { - --activities-height: 0ch; + --activities-height: 0px; } .main.room.no-chat { - --chat-width: 0ch; + --chat-width: 0px; } @media screen and (max-width: 1280px) { .main.room {
