Skip to content

Commit

Permalink
Code merged from Siva
Browse files Browse the repository at this point in the history
  • Loading branch information
ramj-funtoot committed Jul 19, 2018
1 parent 50dc661 commit be9373f
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 3 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%;
}

0 comments on commit be9373f

Please sign in to comment.