From bb8026d45f1efe9418b1d1892df4341e33fd83a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20C=C3=A9sar?= Date: Tue, 24 Oct 2023 22:01:32 +0100 Subject: [PATCH] Merge columns: Prazo and Faltam --- docs/index.html | 25 +++++++++++++++---------- docs/styles.css | 4 +++- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 1662c7d..e892eb8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,10 +86,19 @@

Concursos Literários em Português ✒

- + @@ -100,10 +109,7 @@

Concursos Literários em Português ✒

abrir -
@@ -131,8 +137,7 @@

Concursos Literários em Português ✒

{ key: 'dimensao', label: 'Dimensão' }, { key: 'premio', label: 'Prémio', sortable: true, thClass: 'sortable-column' }, { key: 'entrega', label: 'Entrega' }, - { key: 'prazo', label: 'Prazo', sortable: true, thClass: 'sortable-column', tdClass: 'no-splitting' }, - { key: 'tempoRestante', label: 'Faltam', sortable: true, thClass: 'sortable-column no-splitting', tdClass: 'no-splitting' }, + { key: 'prazo', label: 'Falta(m)', sortable: true, thClass: 'sortable-column', tdClass: 'no-splitting center' }, { key: 'obs', label: 'Obs.' }, { key: 'website', label: 'Website' }, { key: 'regulamento', label: 'Regulamento' }, diff --git a/docs/styles.css b/docs/styles.css index 80ba271..d43f6f8 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -70,12 +70,14 @@ body { padding-bottom: 10px; } -/* for the title */ td.no-splitting { white-space: nowrap; overflow: hidden; } +td.center { + text-align: center; +} .locked-column { /* Make text bold */