client/app/slides/slides.css
author rougeronj
Tue, 31 Mar 2015 12:25:19 +0200
changeset 48 c17f2b37b032
parent 40 4b3bebe4355d
child 91 f7a844a9079e
permissions -rw-r--r--
server send now images field in json instead of previous firstImg

.slide {
    margin-top: -20px;
}

.slide-title,
.slide-nav,
.slide-content {
	border-bottom:1px solid grey;
}

.slide-nav{
	padding:10px 0;
	display: inline-block;
	width: 100%;
}

.slide-content{
	padding:10px 0;
	height: 524px;
}

.media{
	border-right:1px solid grey;
	height: 100%
}

.media img,
.media video{
    max-height: 100%;
	max-width: 100%;
	display: block;
	margin: auto;
}

.caption {
    color: #000;
    position: static;
    text-shadow: none;
    text-align: left;
	overflow: scroll;
	height: 100%
}

.original-text {
    font-style: italic;
}

.user-details textarea.form-control {
    height: 140px;
    margin: 10px 0;
}
.user-details input.form-control{
	margin: 10px 0;
}

#back{
	float:left;
	margin: 0 10px;
}

#previous,
#next{
	float:right;
	margin: 0 10px;
}
.user-details p,
.user-details h4{
	border: 1px solid #ededed;
	min-height: 21px;
	padding: 6px 12px;
	border-radius: 4px;
}

.user-details p.description{
	min-height: 140px;
}