mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Add in download PDF button
This commit is contained in:
@@ -27,6 +27,15 @@ div.full-size.pdf(ng-controller="PdfController")
|
||||
}"
|
||||
) {{ pdf.logEntries.errors.length + pdf.logEntries.warnings.length }}
|
||||
|
||||
a(
|
||||
ng-href="{{pdf.url}}"
|
||||
target="_blank"
|
||||
ng-if="pdf.url"
|
||||
tooltip="Download PDF"
|
||||
tooltip-placement="bottom"
|
||||
)
|
||||
i.fa.fa-download
|
||||
|
||||
.toolbar-right
|
||||
a(
|
||||
href,
|
||||
|
||||
@@ -94,8 +94,10 @@
|
||||
&.toolbar-tall {
|
||||
height: 58px;
|
||||
padding-top: 10px;
|
||||
a.btn {
|
||||
margin: 0 (@line-height-computed / 2);
|
||||
}
|
||||
a {
|
||||
margin-left: (@line-height-computed / 2);
|
||||
padding: 4px 10px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user