Skip to content

Commit

Permalink
Improve formatting of resource form
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed Dec 10, 2024
1 parent 6c944da commit fe803a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ckanext/dms/assets/FileInputComponent.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@
#FileInputComponent .field-url-input-group{
margin-bottom: 30px;
}

#FileInputComponent .btn.btn-danger {
padding: 6px 12px;
}
5 changes: 3 additions & 2 deletions ckanext/dms/assets/css/dms.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,9 @@ a.tag:hover {
color: #505050;
}

.btn{
padding: 10px 40px;
.btn.btn-primary,
.btn.btn-danger{
padding: 10px 40px;
}

.btn-primary,
Expand Down

0 comments on commit fe803a7

Please sign in to comment.