client/app/slideshow/slideshow.css
author rougeronj
Tue, 31 Mar 2015 12:21:22 +0200
changeset 45 19f3f0a7fbd7
parent 39 b714bcbe915c
child 97 0afdaa004ee1
permissions -rw-r--r--
add idInventory for slides saved from a research and not coming from Jamespot

.slideshow{
	margin-top:-20px;
}
.carousel-caption {
    color: #000;
    position: static;
    text-shadow: none;
    text-align: left;
}

.carousel-indicators {
    display: none;
}

.carousel-control {
    width: 3%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 2%;
}

.carousel-holder img{
    max-height: 500px;
	max-width: 100%;
}

.original-text {
    font-style: italic;
}

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%;
}