1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-29 07:33:44 +00:00

Fix missing border on SL.

This commit is contained in:
Paulo Reis 2017-12-11 16:55:50 +00:00
parent 314c5e1d58
commit edfc259c53
2 changed files with 2 additions and 5 deletions
services/web
app/views/project/editor
public/stylesheets/app/editor

View file

@ -73,14 +73,14 @@ div.full-size(
ng-show="!!pdf.url && settings.pdfViewer == 'pdfjs'"
ng-controller="PdfSynctexController"
)
a.synctex-control.synctex-control-goto-pdf(
a.btn.btn-default.btn-xs.synctex-control.synctex-control-goto-pdf(
tooltip=translate('go_to_code_location_in_pdf')
tooltip-placement="right"
tooltip-append-to-body="true"
ng-click="syncToPdf()"
)
i.synctex-control-icon
a.synctex-control.synctex-control-goto-code(
a.btn.btn-default.btn-xs.synctex-control.synctex-control-goto-code(
tooltip-html="'"+translate('go_to_pdf_location_in_code', {}, true)+"'"
tooltip-placement="right"
tooltip-append-to-body="true"

View file

@ -239,9 +239,6 @@
margin-right: -11px;
}
.synctex-control {
.btn;
.btn-default;
.btn-xs;
display: block;
margin-bottom: 3px;