summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
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
commite5123c28e4ef5773d416b06805cec471ec432f57 (patch)
tree4272d98a6f29f4b16ee69d6c6a6eae63f3c22f09 /scss/custom.scss
parentdd63f57e3fc55ec8e88dbcc55a17d221b6c82562 (diff)
downloadIshtar-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.scss6
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;