From 61d97372977992b338d3aa32c5f36ae62cc96a3c Mon Sep 17 00:00:00 2001 From: realjema Date: Wed, 18 Mar 2020 22:21:52 +0100 Subject: [PATCH 1/3] fix issue #1340 --- modules/calendar/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/calendar/css/index.css b/modules/calendar/css/index.css index 531ee5c08..3f5409e06 100644 --- a/modules/calendar/css/index.css +++ b/modules/calendar/css/index.css @@ -81,6 +81,10 @@ body { color: #000; } +.fc-resource-cell { + word-break: break-all; +} + .tooltipevent { padding:5px; border-radius: 0.25em; From 84bfb17ede2f23c03200280221ed7fe6b5d992bd Mon Sep 17 00:00:00 2001 From: realjema Date: Fri, 20 Mar 2020 19:38:54 +0100 Subject: [PATCH 2/3] White space/block present in the top right corner #1536 --- interface/themes/style.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/themes/style.php b/interface/themes/style.php index 414403b1b..26137db24 100644 --- a/interface/themes/style.php +++ b/interface/themes/style.php @@ -65,14 +65,14 @@ function validate_html_color_code($arg) { } echo " .body_title, .body_top, .body_nav, .body_filler, .body_login, .table_bg, .bgcolor2, .textcolor1, .highlightcolor, .logobar, .dropdown-menu>li>a, .dropdown-toggle, #menu, .dropdown, .nav>li>a, .glyphicon, #userdata .dropdown-menu>li, #userdata{ - background-color: #$primary_color; + background-color: transparent; color: #$primary_font_color; } .table, .bgcolor1, ul.tabNav, .navbar, .nav, .dropdown, .navbar-header, ul.tabNav a, .navbar-collapse{ - background-color: #$secondary_color; + background-color: transparent; color: #$secondary_font_color; } From 753dad26785308ea130b036c68bfa8c33bd52dee Mon Sep 17 00:00:00 2001 From: realjema Date: Fri, 20 Mar 2020 19:42:01 +0100 Subject: [PATCH 3/3] White space/block present in the top right corner #1536 --- modules/calendar/css/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/calendar/css/index.css b/modules/calendar/css/index.css index 3f5409e06..531ee5c08 100644 --- a/modules/calendar/css/index.css +++ b/modules/calendar/css/index.css @@ -81,10 +81,6 @@ body { color: #000; } -.fc-resource-cell { - word-break: break-all; -} - .tooltipevent { padding:5px; border-radius: 0.25em;