Skip to content

Commit

Permalink
SAK-43931 hide audio player in print mode (sakaiproject#8361)
Browse files Browse the repository at this point in the history
* SAK-43931 hide audio player in print mode

* Fix Overview header
  • Loading branch information
ottenhoff authored Jul 14, 2020
1 parent 4f91e77 commit 0e2198e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roster2/tool/src/handlebars/overview.handlebars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- header for overview part -->
<div class="page-header">
<h1>{{tr 'navbar_overview'}}</h1>
</div>
<!-- top toolbar -->
<div class="sakai-table-toolBar">
<!-- header for overview part -->
<div class="page-header">
<h1>{{tr 'navbar_overview'}}</h1>
</div>
<div class="sakai-table-filterContainer">
<div class="sakai-table-viewFilter">
<label for="roster-roles-selector">{{tr 'roles_label'}}</label>
Expand Down
3 changes: 3 additions & 0 deletions roster2/tool/src/webapp/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@
.view_mode_spreadsheet .roster-table .roster-table-row .roster-hide-pictures {
display: none;
}
.namePronunciation .nameAudioPlayer, .namePronunciation .audioPlayer {
display: none;
}

/*
The following rules are hacks to avoid the following:
Expand Down

0 comments on commit 0e2198e

Please sign in to comment.