diff --git a/ckan/public/base/less/dataset.less b/ckan/public/base/less/dataset.less index 828bf412080..8a7ccd29198 100644 --- a/ckan/public/base/less/dataset.less +++ b/ckan/public/base/less/dataset.less @@ -76,6 +76,35 @@ text-indent: -900em; } +// Resource List + +.resource-list { + .unstyled; +} + +.resource-item { + position: relative; + padding-left: 40px; + padding-right: 110px; // Should really use ems here. + background: url("@{image-path}/sprite-resource-icons.png") no-repeat -1px 2px; +} + +.resource-item .heading { + color: #000; + font-size: 14px; + font-weight: bold; +} + +.resource-item .description { + font-size: 12px; +} + +.resource-item .btn { + position: absolute; + top: 0; + right: 0; +} + // Tag List .tag-list { diff --git a/ckan/templates/package/read.html b/ckan/templates/package/read.html index 071e3c0dfb9..e90a5397b15 100644 --- a/ckan/templates/package/read.html +++ b/ckan/templates/package/read.html @@ -27,7 +27,7 @@

This is the current revision of this dataset, as edited at ${h.render_datetime(c.pkg_revision_timestamp, with_hours=True)}.

-
+

${c.pkg_dict.get('title', c.pkg_dict.get('name'))}

@@ -43,12 +43,13 @@

Resources