Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Jul 1, 2024
1 parent c2a8cb3 commit 1d64063
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions src/skrubview/_data/templates/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,11 @@
padding-block-start: var(--skrubview-huge);
padding-block-end: var(--skrubview-huge);
}

{{ report_id_selector }}.skrubview-report .skrubview-important-note {
background-color: var(--skrubview-lightgreen);
padding: var(--skrubview-small);
border-radius: var(--skrubview-radius);
margin-top: var(--skrubview-tiny);
margin-bottom: var(--skrubview-small);
}
6 changes: 4 additions & 2 deletions src/skrubview/_data/templates/top-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
</div>

</div>
<div class="skrubview-announcement skrubview-text" id="{{ top_bar_id }}-placeholder">
Click on a table cell below to display more information.
<div class="skrubview-flex">
<div class="skrubview-announcement skrubview-text skrubview-important-note" id="{{ top_bar_id }}-placeholder">
Click on a table cell below to display more information about its column.
</div>
</div>
</div>
<script>
Expand Down

0 comments on commit 1d64063

Please sign in to comment.