From de5c6d4efdc8ce45418020f78799c5110738f803 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 18 May 2018 14:39:38 +0200 Subject: [PATCH] meyzieu-2018: put profile fields labels and values in one line (#22108) --- static/meyzieu-2018/_custom.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/meyzieu-2018/_custom.scss b/static/meyzieu-2018/_custom.scss index 6002238..9ca2535 100644 --- a/static/meyzieu-2018/_custom.scss +++ b/static/meyzieu-2018/_custom.scss @@ -460,5 +460,22 @@ div#nav { } } } + div#a2-profile { + div.field { + margin: 0 0 1em 0; + span.label { + display: inline; + font-weight: bold; + font-size: 100%; + } + div.value { + display: inline; + &::before { + content: ':'; + margin: 0 2px; + } + } + } + } } -- 2.17.0