summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-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 */