Skip to content
Snippets Groups Projects
Commit d7d37fe8 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Added special CSS styles for plugin mod_attendance.

parent 8aaff279
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2019-11-08 - Added special CSS styles for plugin mod_attendance.
* 2019-10-28 - Changed the link in the README.md to get to the correct Font Awesome version.
* 2019-10-28 - Adjusted login.mustache template due to upstream changes in theme Boost.
* 2019-10-28 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
......
......@@ -103,7 +103,8 @@ function theme_boost_campus_get_pre_scss($theme) {
'helptextmodal' => ['helptextmodal'],
'breakpoint' => ['breakpoint'],
'blockcolumnwidth' => ['blockcolumnwidth'],
'blockcolumnwidthdashboard' => ['blockcolumnwidthdashboard']
'blockcolumnwidthdashboard' => ['blockcolumnwidthdashboard'],
'addablockposition' => ['addablockposition']
// MODIFICATION END.
];
......
......@@ -1173,7 +1173,7 @@ a[href^="mailto"]::before {
/*------------------------------------
Special: Local Plugins
Special: Additional Plugins
-------------------------------------*/
/* Special styles for plugin local_boostnavigation. */
......@@ -1185,3 +1185,16 @@ a[href^="mailto"]::before {
border-top: none;
}
}
/* Special styles for plugin mod_attendance to fix problems with positioning of the table headers in editing mode when
the add a block widget is placed in the blocks column. */
@if variable-exists(addablockposition) {
@if $addablockposition == 'positionblockregion' {
#page-mod-attendance-report .attendancereporttable .headcol {
left: 20px;
}
#page-mod-attendance-report.has-region-side-pre:not(.empty-region-side-pre) .attendancereporttable .headcol {
left: 20px;
width: 300px;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment