Skip to content

Commit 4e28760

Browse files
committed
SXDEDPCXZIC-445 / fix dataset pages/forms issues
1 parent c6a240d commit 4e28760

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

ckanext/datavic_odp_theme/grunt/sass/_form.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ $rpl-form-textarea-height-m: rem(75px) !default;
117117

118118
.form-actions {
119119
overflow: hidden;
120+
align-items: center;
121+
flex-wrap: nowrap;
122+
gap: 10px;
120123
}
121124

122125
select.form-control {

ckanext/datavic_odp_theme/templates/package/snippets/resource_item.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<li>
4949
<a class="btn btn-primary btn-outline"
5050
href="{{ h.url_for('dataset_resource.edit', id=pkg.name, resource_id=res.id) }}">
51-
<i class="fa fa-pencil-square-o"></i>
51+
<i class="fa fa-pencil-square"></i>
5252
{{ _('Edit') }}
5353
</a>
5454
</li>
@@ -63,7 +63,7 @@
6363
<li>
6464
<a href="{{ res.url }}" class="btn btn-primary" target="_blank">
6565
{% if res.has_views or res.url_type == 'upload' %}
66-
<i class="fa fa-arrow-circle-o-down"></i>
66+
<i class="fa fa-download"></i>
6767
{{ _('Download data') }}
6868
{% else %}
6969
<i class="fa fa-external-link"></i>

ckanext/datavic_odp_theme/webassets/css/datavic_odp_theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)