Skip to content

Commit

Permalink
Fix review #3
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Dec 6, 2024
1 parent e8d4d50 commit 0859012
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 30 additions & 2 deletions ckanext/dms/assets/css/dms.css
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ a.tag:hover {
.secondary {
order: 3;
width: 100%;
padding-right: 30px;
padding-left: 30px;
padding-right: 15px;
padding-left: 15px;
.module-content {
margin-top: 16px;
padding: 0;
Expand All @@ -934,6 +934,20 @@ a.tag:hover {
border: #EDE8E8 thin solid;
}
}

.context-info {
.module-content h1.heading {
display: none;
}
.nums:before {
display: none;
content: none;
}
.nums {
margin-top: 16px;
margin-bottom: 16px;
}
}
}
.module-resource,
.primary,
Expand Down Expand Up @@ -1016,8 +1030,22 @@ i.fa.icon.fa-file-pdf-o::before {
display: none;
content: none;
}
.nums {
margin-top: 16px;
margin-bottom: 16px;
}
}
}

.module-resource,
.primary,
.secondary
{
margin-bottom: 1rem;
}
#package-info {
margin-bottom: 2rem;
}
}
}

Expand Down
2 changes: 2 additions & 0 deletions ckanext/dms/templates/package/resource_edit.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% extends "package/resource_edit_base.html" %}

{% block maintag %}<div class="main resource-page-main">{% endblock %}

{% block subtitle %}{{ _('Edit') }} {{ g.template_title_delimiter }} {{ h.resource_display_name(res) }} {{ g.template_title_delimiter }} {{ h.dataset_display_name(pkg) }}{% endblock %}

{% block form %}
Expand Down

0 comments on commit 0859012

Please sign in to comment.