Skip to content

Commit

Permalink
Download btn style
Browse files Browse the repository at this point in the history
  • Loading branch information
kimura-developer committed Nov 8, 2023
1 parent ee8ad1d commit 23a5adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/ng1/admin/layers/layer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>
<button class="btn btn-default pull-right" ng-click="$ctrl.editLayer($ctrl.layer)"><i class="fa fa-edit"></i> Edit</button>
</h2>
<h2>
<button ng-if="$ctrl.isLayerFileBased()" ng-click="$ctrl.downloadLayer()">Download</button>
<button ng-if="$ctrl.isLayerFileBased()" ng-click="$ctrl.downloadLayer()" class="btn btn-default pull-right" style="margin-right: 10px;"><i class="fa fa-download"></i> Download</button>
</div>
</div>
<hr>
Expand Down

0 comments on commit 23a5adb

Please sign in to comment.