mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 03:23:10 +00:00
Small styling enhancements.
This commit is contained in:
parent
3310a3ea3f
commit
d7e4009504
2 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -168,3 +168,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.keyboard-tooltip {
|
||||
white-space: nowrap;
|
||||
}
|
Loading…
Reference in a new issue