client/app/slideshow/slideshow.css
author rougeronj
Wed, 08 Apr 2015 00:36:37 +0200
changeset 77 ee963d1c409b
parent 39 b714bcbe915c
child 97 0afdaa004ee1
permissions -rw-r--r--
Add new serializer for the data send by Orpheo. We receive XML so we parse it to json. Then we parse some html to get the proper data of each attribute. Add xmlToJson parser module to requirements.txt

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