mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 21:24:54 +08:00
29 lines
522 B
Text
29 lines
522 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">
|
|
<%= wicked_pdf_image_tag logo %>
|
|
</div>
|
|
<div class="page-numbers pagination" data-page-offset="0">
|
|
Page <span class="page"></span> of <span class="topage"></span>
|
|
</div>
|
|
</div>
|