aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/modals.less2
-rw-r--r--lib/thumbnails.less8
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/modals.less b/lib/modals.less
index 53d6cd408..ec1607c51 100644
--- a/lib/modals.less
+++ b/lib/modals.less
@@ -22,6 +22,8 @@
top: 50%;
left: 50%;
z-index: 11000;
+ max-height: 500px;
+ overflow: auto;
width: 560px;
margin: -250px 0 0 -250px;
background-color: @white;
diff --git a/lib/thumbnails.less b/lib/thumbnails.less
index 9e25f5027..ae2e6c94e 100644
--- a/lib/thumbnails.less
+++ b/lib/thumbnails.less
@@ -32,3 +32,11 @@ a.thumbnail:hover {
.thumbnail .caption {
padding: 9px;
}
+
+.carousel .item {
+ display: none;
+}
+
+.carousel .active {
+ display: block;
+} \ No newline at end of file