diff --git a/preflibApp/static/css/style.css b/preflibApp/static/css/style.css index c3f9425..2026d05 100644 --- a/preflibApp/static/css/style.css +++ b/preflibApp/static/css/style.css @@ -874,13 +874,28 @@ ul#dataset-list .dataset-description { font-style: normal; } +.dataset-tags .data-tag { + font-size: 80%; + background-color: var(--color-blue3); + box-shadow: 0px 0px 1px 0px var(--color-blue1); + padding: 2px 3px; + border-radius: 3px; + +} + .button-row { - display: flex; - /* justify-content: center; */ - margin-top: 10px; + margin-top: 20px; gap: 10px; } +.button-row a:nth-child(1) { + display: inline-block; +} + +.button-row a:nth-child(2) { + float: right; +} + nav#dataset-menu { display: none; } diff --git a/preflibApp/templates/preflib/datasetall.html b/preflibApp/templates/preflib/datasetall.html index 3192d91..010195f 100644 --- a/preflibApp/templates/preflib/datasetall.html +++ b/preflibApp/templates/preflib/datasetall.html @@ -40,7 +40,13 @@
{{ds.get_tag_list}}
+ {% if ds.tags %} + + {% endif %}