client/app/slideshow/slideshow.css
author rougeronj
Thu, 28 May 2015 09:56:40 +0200
changeset 103 b707607e8a38
parent 97 0afdaa004ee1
child 106 cb13a9009bf5
permissions -rw-r--r--
refer to the user model through settings.AUTH_USER_MODEL

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