mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #490 from sharelatex/pr-align-pdf-icon
Use header button classes in the PDF button.
This commit is contained in:
commit
20433327b8
2 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,7 @@ header.toolbar.toolbar-header.toolbar-with-labels(
|
|||
i.fa.fa-fw.fa-level-up
|
||||
|
||||
span(ng-controller="PdfViewToggleController")
|
||||
a(
|
||||
a.btn.btn-full-height.btn-full-height-no-border(
|
||||
href,
|
||||
ng-show="ui.pdfLayout == 'flat' && fileTreeClosed",
|
||||
tooltip="PDF",
|
||||
|
|
|
@ -65,6 +65,10 @@
|
|||
right: 4px;
|
||||
}
|
||||
}
|
||||
.btn-full-height-no-border {
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.toolbar-left {
|
||||
float: left;
|
||||
|
|
Loading…
Reference in a new issue