summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit0cf61e37a1a1a299a008b5cd6162ab8216aae6b2 (patch)
treecaa5c4d293c5d4f1efc267f3ed6c333fa7c62e3e
parent79810a785ecd31185629750b4f272c30698aa2dd (diff)
downloadIshtar-0cf61e37a1a1a299a008b5cd6162ab8216aae6b2.tar.bz2
Ishtar-0cf61e37a1a1a299a008b5cd6162ab8216aae6b2.zip
Adapt lightgallery CSS in sheet
-rw-r--r--scss/custom.scss32
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 */