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 a53ec7d  OPENMEETINGS-2247 Fix css that is now loaded from bootstrap 
(#62)
a53ec7d is described below

commit a53ec7dfd3d70873588733230b101c87c28cd900
Author: Sebastian Wagner <[email protected]>
AuthorDate: Fri Apr 17 15:03:16 2020 +1200

    OPENMEETINGS-2247 Fix css that is now loaded from bootstrap (#62)
---
 openmeetings-web/src/main/webapp/css/raw-wb.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openmeetings-web/src/main/webapp/css/raw-wb.css 
b/openmeetings-web/src/main/webapp/css/raw-wb.css
index d831a84..2f78fd0 100644
--- a/openmeetings-web/src/main/webapp/css/raw-wb.css
+++ b/openmeetings-web/src/main/webapp/css/raw-wb.css
@@ -48,13 +48,13 @@ html[dir="rtl"] .room-block .sb-wb .wb-block {
 .wb-tab-close {
        width: 20px;
        height: 20px;
-       padding: 0;
        position: absolute;
-       top: 2px;
+       top: 0px;
        right: 2px;
 }
-.btn-no-border {
+.btn-outline-secondary.btn-no-border {
        border: none;
+       padding: 0;
 }
 .room-block .sb-wb .wb-block .tabs .wb-tab-content {
        height: calc(100% - var(--room-wb-tabs-height));

Reply via email to