Merge pull request #490 from sharelatex/pr-align-pdf-icon

Use header button classes in the PDF button.
This commit is contained in:
Paulo Jorge Reis 2017-05-04 09:59:11 +01:00 committed by GitHub
commit 20433327b8
2 changed files with 5 additions and 1 deletions

View file

@ -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",

View file

@ -65,6 +65,10 @@
right: 4px;
}
}
.btn-full-height-no-border {
border-right: 0;
border-left: 0;
}
.toolbar-left {
float: left;