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/05/06 07:29:11 UTC

[openmeetings] branch feature/OPENMEETINGS-2343-file-tabs-menu-headers-spacing created (now f7aa311)

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

sebawagner pushed a change to branch feature/OPENMEETINGS-2343-file-tabs-menu-headers-spacing
in repository https://gitbox.apache.org/repos/asf/openmeetings.git.


      at f7aa311  OPENMEETINGS-2343 Menu header minor change to spacing and size if there is enough.

This branch includes the following new commits:

     new f7aa311  OPENMEETINGS-2343 Menu header minor change to spacing and size if there is enough.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openmeetings] 01/01: OPENMEETINGS-2343 Menu header minor change to spacing and size if there is enough.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch feature/OPENMEETINGS-2343-file-tabs-menu-headers-spacing
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit f7aa3115568c713dec1d1d93c759ab588dcc9ce1
Author: Sebastian Wagner <se...@apache.org>
AuthorDate: Wed May 6 19:28:35 2020 +1200

    OPENMEETINGS-2343 Menu header minor change to spacing and size if there is enough.
---
 openmeetings-web/src/main/webapp/css/raw-room.css | 6 +++++-
 1 file changed, 5 insertions(+), 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 11256c8..2cea1c8 100644
--- a/openmeetings-web/src/main/webapp/css/raw-room.css
+++ b/openmeetings-web/src/main/webapp/css/raw-room.css
@@ -374,7 +374,9 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
 .room-block .sb-wb .sidebar .tab.om-icon.big {
 	line-height: 30px;
 	width: auto;
-	max-width: 80px;
+	padding-left: 10px;
+	min-width: 100px;
+	max-width: 120px;
 	position: relative;
 }
 .room-block .sb-wb .sidebar .tab .badge {
@@ -391,7 +393,9 @@ html[dir="rtl"] .room-block .sb-wb .sidebar {
 }
 .room-block.narrow .sidebar .tab.om-icon.big {
 	max-width: 40px;
+	min-width: auto;
 	width: 40px;
+	padding-left: 6px;
 	padding-right: 0;
 }
 .room-block.narrow .sidebar .tab.om-icon.big .label {