diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-04-26 18:38:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 08:43:58 +0200 |
commit | 6ae2b1824471f53269b5ccaac76db5fc73f16543 (patch) | |
tree | caa5c4d293c5d4f1efc267f3ed6c333fa7c62e3e /scss/custom.scss | |
parent | 2d7c3989368998b94298eac7ce1192559d9993f3 (diff) | |
download | Ishtar-6ae2b1824471f53269b5ccaac76db5fc73f16543.tar.bz2 Ishtar-6ae2b1824471f53269b5ccaac76db5fc73f16543.zip |
Adapt lightgallery CSS in sheet
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 1e47c4776..ef0c91bad 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -33,6 +33,10 @@ pre { white-space: pre-wrap; } +.raw-description{ + white-space: pre-line; +} + .form-control.small-input, .input-group > .form-control.small-input{ width: 110px; @@ -372,6 +376,34 @@ div#foot a:hover { cursor: pointer; } +/* lightgallery */ + +.lightgallery-captions{ + display: none; +} + +.lightgallery-subimage{ + display:inline-block; + width:80px; + padding: 0.2em; +} + +.lightgallery-subimage img{ + width: 100%; +} + +.lg .lg-sub-html{ + text-align: left; +} + +.lg .lg-sub-html .close{ + color: #fff; +} + +.lg .lg-sub-html .close:hover{ + opacity: 0.9; +} + /* ui-autocomplete - start */ |