Skip to content

Commit

Permalink
updates: fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Apr 15, 2024
1 parent 331ad80 commit b4ef7fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ckanext/openafrica/assets/css/openafrica_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ input.button {
padding: 10px 15px 10px 15px;
border-bottom: 1px solid #ccc;
position: relative;
min-height: 120px;
min-height: 150px;
height: auto;
list-style: none;
}
Expand Down
4 changes: 2 additions & 2 deletions ckanext/openafrica/templates/organization/read.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{% link_for _("Manage"), controller="organization", action="edit", id=organization.name, class_="btn", icon="wrench" %}
{% endif %}
{% if h.check_access("package_create", { "owner_org": organization.id }) %}
{% link_for _("Add Dataset"), controller="package", action="new", group=organization.id, class_="btn btn-primary", icon="plus-sign-alt" %}
{% link_for _("Add Dataset"), controller="dataset", action="new", group=organization.id, class_="btn btn-primary", icon="plus-sign-alt" %}
{% endif %}
</div>
<div class="filter-datasets">
Expand All @@ -48,7 +48,7 @@
<div class="pagination">
{{ c.page.pager(q=c.q) }}
</div>

{% endblock %}

{% block apps_list %}
Expand Down

0 comments on commit b4ef7fe

Please sign in to comment.