mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-09 22:23:28 +08:00
29 lines
542 B
Text
29 lines
542 B
Text
<style>
|
|
.print-header {
|
|
line-height: 50px;
|
|
}
|
|
|
|
.logo-img {
|
|
display: inline-block;
|
|
margin: 0 0 0 30px;
|
|
}
|
|
|
|
img {
|
|
width: 100px;
|
|
}
|
|
|
|
.page-numbers {
|
|
display: inline-block;
|
|
float: right;
|
|
margin: 0 30px 0 0;
|
|
white-space: nowrap;
|
|
}
|
|
</style>
|
|
<div class="print-header">
|
|
<div class="logo-img">
|
|
<%= image_tag wicked_pdf_asset_base64('logo.png') %>
|
|
</div>
|
|
<div class="page-numbers pagination" data-page-offset="0">
|
|
Page <span class="page"></span> of <span class="topage"></span>
|
|
</div>
|
|
</div>
|