client/app/slideshow/slideshow.css
author cavaliet
Mon, 06 Oct 2014 22:52:30 +0200
changeset 8 824c87a9084c
parent 0 cef349423167
child 39 b714bcbe915c
permissions -rw-r--r--
(really) better management of slideshowModel with new api.

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