client/app/slideshow/slideshow.css
author rougeronj
Mon, 23 Mar 2015 12:25:19 +0100
changeset 26 c7dfe7185ef7
parent 8 824c87a9084c
child 39 b714bcbe915c
permissions -rw-r--r--
rename 'gallery' to 'slides' to handle the slides pages

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