From a2a5f28db082a36f068ee86519a2e54a23273721 Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 30 Apr 2018 11:06:33 +0200 Subject: [PATCH] :art: Moins de place pour l'unite "euro", plus pour les saisies Notamment sur mobile --- source/components/TargetSelection.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 430d5d6f8..721205ba1 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -78,9 +78,10 @@ } #targetSelection .targetInputOrValue { - font-size: 120%; + font-size: 125%; display: flex; justify-content: flex-end; + margin-left: .6em; } #targetSelection .editable { @@ -107,8 +108,8 @@ } #targetSelection .unit { - margin-left: 0.6em; - font-size: 125%; + margin-left: 0.4em; + font-size: 110%; vertical-align: middle; }