Skip to content

Commit

Permalink
Merge pull request #6 from ramj-funtoot/code-merge#1
Browse files Browse the repository at this point in the history
Code merge#1 - merged with Siva's changes
  • Loading branch information
ramj-funtoot authored Jul 19, 2018
2 parents ef77799 + be9373f commit 26e4978
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 17 deletions.
21 changes: 18 additions & 3 deletions editor/controllers/mtf-controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions editor/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,43 @@ td.mtf-pair-td{
td.mtf-pair-destractor-td{
border-left: 0px none !important;
border-right: 0px none;
}

/* options */

.mtf-options .selected-media-container {
margin-left:2%;
}

.mtf-options .selected-image-container {
float: left;
margin-right: 2%;
width: 46%;
}

.mtf-options .selected-audio-container {
float: left;
margin-right: 2%;
width: 46%;
}

.mtf-options .imgWidth{
width:100%;
}

.mtf-options .auto-play-container {
text-align: right;
}

.mtf-options .audio-container {
width: 80%;
}

.mtf-options .selected-audio {
max-width: 100%;
display:none;
}

.mtf-options .delete-media-container {
width: 20%;
}
21 changes: 7 additions & 14 deletions renderer/js/mtftemplate.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26e4978

Please sign in to comment.