You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2020/04/17 02:39:17 UTC

[openmeetings] 01/01: OPENMEETINGS-2247 Fix css that is now loaded from bootstrap

This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2247-css-changes-after-csp-fix
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 0106e6fd5558365d3beeb6ae8ef9e38501b08c50
Author: Sebastian Wagner <se...@apache.org>
AuthorDate: Fri Apr 17 14:38:44 2020 +1200

    OPENMEETINGS-2247 Fix css that is now loaded from bootstrap
---
 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));