Skip to content
Snippets Groups Projects
Verified Commit 64841464 authored by Shane Kilkelly's avatar Shane Kilkelly Committed by David Mehren
Browse files

Better styling on the output-files toggle

parent c5c1021b
No related branches found
No related tags found
No related merge requests found
...@@ -126,13 +126,14 @@ script(type='text/ng-template', id='newFileModalTemplate') ...@@ -126,13 +126,14 @@ script(type='text/ng-template', id='newFileModalTemplate')
ng-repeat="outputFile in data.projectOutputFiles" ng-repeat="outputFile in data.projectOutputFiles"
value="{{ outputFile.path }}" value="{{ outputFile.path }}"
) {{ outputFile.path }} ) {{ outputFile.path }}
div div.toggle-output-files-button
| or 
a( a(
href="#" href="#"
ng-click="toggleOutputFilesMode()" ng-click="toggleOutputFilesMode()"
) )
span(ng-show="state.isOutputFilesMode") Switch to source files span(ng-show="state.isOutputFilesMode") select from source files
span(ng-show="!state.isOutputFilesMode") Switch to output files span(ng-show="!state.isOutputFilesMode") select from output files
.form-controls.row-spaced-small .form-controls.row-spaced-small
label(for="name") File Name In This Project label(for="name") File Name In This Project
......
...@@ -270,6 +270,9 @@ ...@@ -270,6 +270,9 @@
vertical-align: top; vertical-align: top;
} }
} }
.toggle-output-files-button {
font-size: 80%;
}
} }
.modal-new-file--list { .modal-new-file--list {
background-color: @modal-footer-background-color; background-color: @modal-footer-background-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment