Skip to content

Commit 415b79e

Browse files
authored
Merge pull request #5 from hatch-is/change-button-size
change button sizes from xs to sm and btn-default to btn-gray
2 parents b15c634 + 66fd8f0 commit 415b79e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dist/export-dropdown.tpl.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/templates/export-button.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<button type="button" class="btn btn-xs btn-success" data-animation="am-flip-x" data-template="./../templates/export-dropdown.tpl.html" bs-dropdown>Export</button>
1+
<button type="button" class="btn btn-sm btn-success" data-animation="am-flip-x" data-template="./../templates/export-dropdown.tpl.html" bs-dropdown>Export</button>

dist/templates/fileName-modal.tpl.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<small>(or left blank to use default file name)</small>
55
<br><br><input type="text" class="form-control" placeholder="filename" data-ng-model="fileName"></div>
66
<div class="modal-footer">
7-
<button type="button" class="btn btn-success" ng-csv="getSCVArray()" csv-header="CSVheaders"
7+
<button type="button" class="btn btn-sm btn-success" ng-csv="getSCVArray()" csv-header="CSVheaders"
88
filename="{{ fileName }}.csv">Download CSV
99
</button>
10-
<button type="button" class="btn btn-success" data-ng-click="downloadPDF(fileName)">Download PDF</button>
11-
<button type="button" class="btn btn-default" ng-click="$close()">Close</button>
10+
<button type="button" class="btn btn-sm btn-success" data-ng-click="downloadPDF(fileName)">Download PDF</button>
11+
<button type="button" class="btn btn-sm btn-gray" ng-click="$close()">Close</button>
1212
</div>
1313
</form>

0 commit comments

Comments
 (0)