@@ -441,6 +441,10 @@ h1.empty {
height: 24px;
}
+.card-heading-print {
+ display: none;
+}
+
@media print {
.navigator, .assist-container, .result-settings, .left-panel, a.btn, button, .add-snippet, .card-heading.simple, .hover-actions, .alert, .show-assist, .snippet-footer-actions-bar, .player-toolbar h4, .player-toolbar div {
display: none !important;
@@ -467,6 +471,10 @@ h1.empty {
.print-logo {
display: block;
+ .card-heading-print.visible {
+ display: block;
+ font-weight: bold;
+ }
.widget-type.dropdown a.dropdown-toggle {
@@ -330,6 +330,8 @@ from desktop.views import _ko
<div class="snippet-container reveals-actions row-fluid">
<div data-bind="css: klass, attr: {'id': 'snippet_' + id()}">
+ <h5 class="card-heading-print" data-bind="text: name, css: {'visible': name() != ''}"></h5>
<h2 class="card-heading simple">
<div class="dropdown inline widget-type" data-bind="visible: type() != 'text' || $root.isEditing()">