Merge pull request #3475 from FinnStutzenstein/layoutMotionBlockSlide

Motion block slide layout
This commit is contained in:
Norman Jäckel 2017-11-03 22:03:37 +01:00 committed by GitHub
commit b5c04f2bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -592,13 +592,16 @@ p.os-split-after {
.motion-block {
display: flex;
flex-wrap: wrap;
padding: 10px;
}
.motion-block > div {
width: 50%;
margin-bottom: 15px;
padding-right: 15px;
line-height: 1em;
}
.motion-block .label {
text-align: left;
}
/*** Video and Image projection ***/
img.projector-image {