From 48504bcb1d3bd0113472d11b32bafce97732d1cf Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Tue, 19 Mar 2024 15:24:58 +0100 Subject: [PATCH] =?UTF-8?q?Modifications=20cosm=C3=A9tiques?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +-- style.css | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4ee0392..211c392 100644 --- a/index.html +++ b/index.html @@ -58,12 +58,11 @@ }} {{:assign trans_url="%s/acc/transactions/details.php?id=%s"|args:$admin_url:$trans_id}} {{#load type="immo" where="$$.line = :line_id" :line_id=$immo_id|intval}} - {{*:debug info_immo=$info_immo*}} {{:assign duration=$duration}} {{else}} {{:assign duration=null}} {{/load}} - {{*:debug duration=$duration*}} + #{{$trans_id}} {{$trans_date|date_short}} diff --git a/style.css b/style.css index 1cbcfd3..dafb5ce 100644 --- a/style.css +++ b/style.css @@ -2,3 +2,7 @@ pointer-events: none; font-style : oblique; } + +.nombre { + text-align: right !important; +}