Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toavina committed Aug 27, 2024
1 parent a3b4ec8 commit fefa3c9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
45 changes: 45 additions & 0 deletions ckanext/zarr/assets/css/zarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,51 @@
padding : 0;
}

.package-read .tag-list {
padding: 0;
}

.package-read .tag-list {
margin-top: 36px;
background: none;
border: none;
}

.package-read .tag-list li {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 0;
background: var(--tag-background);
border-radius: 4px;
margin-left: 0;
margin-right: 0;
margin-bottom: 24px;
letter-spacing: 0.1em;
text-transform: uppercase;
border: none;
}

.package-read .tag,
.package-read .tag:hover
{
display: inline-block;
background-color: transparent;
color: var(--tag-dark);
text-decoration: none;
border-radius: 4px;
border: none;
box-shadow: none;
}

.package-read #dataset-resources {
margin-top: 36px;
}

.package-read .module-content {
margin-top: 36px;
}




3 changes: 3 additions & 0 deletions ckanext/zarr/templates/package/read.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% ckan_extends %}

{% block maintag %}<div class="main package-read">{% endblock %}

0 comments on commit fefa3c9

Please sign in to comment.