diff --git a/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css b/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css index 354b27df..369ad47d 100644 --- a/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css +++ b/ckanext/datagovtheme/fanstatic_library/styles/datagovtheme.css @@ -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; @@ -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; diff --git a/requirements.txt b/requirements.txt index 7a4825d2..073b2d18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index dc5ff5e9..9fedd644 100644 --- a/setup.py +++ b/setup.py @@ -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=[