Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
delete project button style
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Nov 1, 2016
1 parent 0afb6e0 commit d86b9d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,8 @@ code {
.yml {
background-color: white;
border: 0
}

.btn-delete-project {
margin-top: 40px
}
2 changes: 1 addition & 1 deletion static/views/project-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ <h4 class="modal-title">{{containerLogs}} logs</h4>
<span ng-show="isEmpty(services)">no containers found</span>
</div>

<button class="btn btn-lg btn-danger btn-block" ng-click="deleteProject(projectId)"><span class="glyphicon glyphicon-trash" aria-hidden="true"></span> delete project</button>
<button class="btn btn-lg btn-danger btn-block btn-delete-project" ng-click="deleteProject(projectId)"><span class="glyphicon glyphicon-trash" aria-hidden="true"></span> delete project</button>

0 comments on commit d86b9d4

Please sign in to comment.