Skip to content

Commit

Permalink
Merge pull request #174 from GSA/fix-margin
Browse files Browse the repository at this point in the history
fix dataset bottom margin
  • Loading branch information
Jin-Sun-tts authored Nov 28, 2023
2 parents 5f323fc + b9b2737 commit 3fce9b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ a {
padding-bottom: 0px;
}
.module .module-content .dataset-list.unstyled .dataset-item .dataset-resources.unstyled {
margin-bottom: 30px;
margin-bottom: 10px;
}
.label {
display: inline;
Expand Down Expand Up @@ -834,15 +834,14 @@ a.label:focus {
}
.dataset-item {
position: relative;
padding-bottom: 0;
padding-bottom: 10px;
padding-top: 10px;
margin-bottom: 0;
border-bottom-width: 0;
}
.dataset-item .dataset-content {
padding: 0 0 30px 0;
border-bottom-width: 0px;
border-top: 1px dotted #ddd;
}
.dataset-item .dataset-content {
padding: 0 0 30px 0;
padding: 0 0 10px 0;
}
.dataset-item .dataset-organization {
display: inline;
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# ckanext-harvest
-e git+https://github.com/ckan/ckanext-harvest.git@master#egg=ckanext_harvest
-e git+https://github.com/ckan/ckanext-harvest.git@v1.5.6#egg=ckanext_harvest
-e git+https://github.com/ckan/ckanext-spatial.git@master#egg=ckanext-spatial
-e git+https://github.com/gsa/ckanext-geodatagov.git@main#egg=ckanext-geodatagov

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ckanext-datagovtheme",
version="0.2.5",
version="0.2.6",
description="CKAN Extension to manage data.gov theme",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 3fce9b1

Please sign in to comment.