client/app/slideshow/slideshow.css
author rougeronj
Fri, 29 May 2015 13:38:24 +0200
changeset 105 be1ff4e0593f
parent 97 0afdaa004ee1
child 106 cb13a9009bf5
permissions -rw-r--r--
remove unused fields in slide editor and show the entire image

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