mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 18:01:58 +00:00
Better styling on the output-files toggle
This commit is contained in:
parent
6672a20c2b
commit
7fc99a38f8
2 changed files with 7 additions and 3 deletions
|
@ -126,13 +126,14 @@ script(type='text/ng-template', id='newFileModalTemplate')
|
|||
ng-repeat="outputFile in data.projectOutputFiles"
|
||||
value="{{ outputFile.path }}"
|
||||
) {{ outputFile.path }}
|
||||
div
|
||||
div.toggle-output-files-button
|
||||
| or
|
||||
a(
|
||||
href="#"
|
||||
ng-click="toggleOutputFilesMode()"
|
||||
)
|
||||
span(ng-show="state.isOutputFilesMode") Switch to source files
|
||||
span(ng-show="!state.isOutputFilesMode") Switch to output files
|
||||
span(ng-show="state.isOutputFilesMode") select from source files
|
||||
span(ng-show="!state.isOutputFilesMode") select from output files
|
||||
|
||||
.form-controls.row-spaced-small
|
||||
label(for="name") File Name In This Project
|
||||
|
|
|
@ -270,6 +270,9 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.toggle-output-files-button {
|
||||
font-size: 80%;
|
||||
}
|
||||
}
|
||||
.modal-new-file--list {
|
||||
background-color: @modal-footer-background-color;
|
||||
|
|
Loading…
Reference in a new issue