mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Basic mark-up for hint card.
This commit is contained in:
parent
54d48ce0ea
commit
2bfe0d0ba9
2 changed files with 7 additions and 2 deletions
|
@ -105,8 +105,9 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
span(ng-show="entry.file") {{ entry.file }}
|
||||
span(ng-show="entry.line") , line {{ entry.line }}
|
||||
p.entry-message(ng-show="entry.message") {{ entry.message }}
|
||||
div
|
||||
i.fa.fa-hand-o-right(aria-hidden="true")
|
||||
.card.card-hint
|
||||
figure.card-hint-icon-container
|
||||
i.fa.fa-lightbulb-o(aria-hidden="true")
|
||||
p.entry-content(ng-show="entry.humanReadableHint", ng-bind-html="entry.humanReadableHint")
|
||||
a(ng-href="{{ entry.extraInfoURL }}", target="_blank") #{translate("log_entry_extra_info")}
|
||||
p.entry-content(ng-show="entry.content") {{ entry.content }}
|
||||
|
|
|
@ -177,4 +177,8 @@
|
|||
|
||||
.keyboard-shortcut {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.card-hint:extend(.card-thin) {
|
||||
margin-top: 10px;
|
||||
}
|
Loading…
Reference in a new issue