mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Tweak menu style
This commit is contained in:
parent
8e1593bb96
commit
9ce746c6c5
1 changed files with 9 additions and 9 deletions
|
@ -4,7 +4,7 @@ aside#left-menu.full-size(
|
||||||
)
|
)
|
||||||
h4 Download
|
h4 Download
|
||||||
|
|
||||||
ul.list-unstyled.nav.nav-downloads
|
ul.list-unstyled.nav.nav-downloads.text-center
|
||||||
li
|
li
|
||||||
a(
|
a(
|
||||||
ng-href="/project/{{project_id}}/download/zip"
|
ng-href="/project/{{project_id}}/download/zip"
|
||||||
|
@ -31,6 +31,14 @@ aside#left-menu.full-size(
|
||||||
br
|
br
|
||||||
| PDF
|
| PDF
|
||||||
|
|
||||||
|
span(ng-controller="TemplatesController", ng-show="permissions.admin")
|
||||||
|
h4() Publish
|
||||||
|
ul.list-unstyled.nav()
|
||||||
|
li
|
||||||
|
a(ng-click="openPublishTemplateModal()")
|
||||||
|
i.fa.fa-external-link.fa-fw
|
||||||
|
| Publish as Template
|
||||||
|
|
||||||
h4 Settings
|
h4 Settings
|
||||||
form.settings(ng-controller="SettingsController")
|
form.settings(ng-controller="SettingsController")
|
||||||
.containter-fluid
|
.containter-fluid
|
||||||
|
@ -103,14 +111,6 @@ aside#left-menu.full-size(
|
||||||
option(value="pdfjs") Built-In
|
option(value="pdfjs") Built-In
|
||||||
option(value="native") Native
|
option(value="native") Native
|
||||||
|
|
||||||
span(ng-controller="TemplatesController", ng-show="permissions.admin")
|
|
||||||
h4() Publish
|
|
||||||
ul.list-unstyled.nav()
|
|
||||||
li
|
|
||||||
a(ng-click="openPublishTemplateModal()")
|
|
||||||
i.fa.fa-external-link.fa-fw
|
|
||||||
| Publish as Template
|
|
||||||
|
|
||||||
|
|
||||||
#left-menu-mask(
|
#left-menu-mask(
|
||||||
ng-show="ui.leftMenuShown",
|
ng-show="ui.leftMenuShown",
|
||||||
|
|
Loading…
Reference in a new issue