# HG changeset patch # User rougeronj # Date 1427295338 -3600 # Node ID b714bcbe915c545d509cb1ba81f2e98373f94749 # Parent 96a7d3e4d073cc3be26be2f1e05822ea31216545 update slideshow template diff -r 96a7d3e4d073 -r b714bcbe915c client/app/slideshow/slideshow.css --- a/client/app/slideshow/slideshow.css Tue Mar 24 18:13:23 2015 +0100 +++ b/client/app/slideshow/slideshow.css Wed Mar 25 15:55:38 2015 +0100 @@ -1,3 +1,6 @@ +.slideshow{ + margin-top:-20px; +} .carousel-caption { color: #000; position: static; @@ -29,3 +32,19 @@ textarea.form-control { height: 140px; } + +ul.insight{ + overflow-x: hidden; + overflow-y: scroll; + height: 170px; +} + +ul.insight li { + display: block; + height: 100%; +} + +ul.insight li img{ + height: 100%; + width: 100%; +} \ No newline at end of file diff -r 96a7d3e4d073 -r b714bcbe915c client/app/slideshow/slideshow.html --- a/client/app/slideshow/slideshow.html Tue Mar 24 18:13:23 2015 +0100 +++ b/client/app/slideshow/slideshow.html Wed Mar 25 15:55:38 2015 +0100 @@ -1,27 +1,45 @@ -

{{ slideshow.title }}

-

{{ slideshow.description }}

-