From e5123c28e4ef5773d416b06805cec471ec432f57 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 23 Aug 2018 13:12:44 +0200 Subject: Administration: allow admin to display field number live --- scss/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 7ccc8dbc6..e0b9cbe74 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -76,6 +76,12 @@ pre { padding: 0.5rem 2rem; } +.field-tip{ + position: absolute; + right: 10px; + top: 5px; + opacity: 0.7; +} .form-group .select2-container--default .select2-selection--multiple { border: $input-border-width solid $input-border-color; -- cgit v1.2.3