Use header button classes in the PDF button.

This commit is contained in:
Paulo Reis 2017-05-01 15:04:08 +01:00
parent 3bdd5a4a2e
commit bca916d504
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;