diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-23 13:12:44 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-08-23 13:12:44 +0200 |
commit | e5123c28e4ef5773d416b06805cec471ec432f57 (patch) | |
tree | 4272d98a6f29f4b16ee69d6c6a6eae63f3c22f09 /scss/custom.scss | |
parent | dd63f57e3fc55ec8e88dbcc55a17d221b6c82562 (diff) | |
download | Ishtar-e5123c28e4ef5773d416b06805cec471ec432f57.tar.bz2 Ishtar-e5123c28e4ef5773d416b06805cec471ec432f57.zip |
Administration: allow admin to display field number live
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 6 |
1 files changed, 6 insertions, 0 deletions
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; |