Small styling enhancements.

This commit is contained in:
Paulo Reis 2016-06-15 10:48:40 +01:00
parent 3310a3ea3f
commit d7e4009504
2 changed files with 6 additions and 0 deletions

View file

@ -3,8 +3,10 @@ div.full-size.pdf(ng-controller="PdfController")
.btn-group(
dropdown,
tooltip="#{translate('recompile_pdf')} ({{modifierKey}} + Enter)"
tooltip-class="keyboard-tooltip"
tooltip-popup-delay="500"
tooltip-append-to-body="true"
tooltip-placement="bottom"
)
a.btn.btn-info(
href,

View file

@ -168,3 +168,7 @@
}
}
}
.keyboard-tooltip {
white-space: nowrap;
}