Skip to content

Commit

Permalink
Issue #16 merge: Merge pull request #25 from sunbird-content-plugins/…
Browse files Browse the repository at this point in the history
…release-1.10.0

Release 1.10.0
  • Loading branch information
vinukumar-vs authored Oct 1, 2018
2 parents 4cd1ace + b9645a3 commit e0264fd
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 8 deletions.
9 changes: 8 additions & 1 deletion editor/controllers/ftb-controller.js

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

6 changes: 6 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
{
"type": "js",
"src": "renderer/ftbcontroller.js"
},
{
"id":"org.ekstep.questionunit.ftb.audioblue",
"type":"image",
"src":"/renderer/assets/audio-blue.png",
"assetId": "org.ekstep.questionunit.ftb.audioblue"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion renderer/ftbcontroller.js

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

20 changes: 14 additions & 6 deletions renderer/plugin.js

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

16 changes: 16 additions & 0 deletions renderer/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@

.qs-ftb-container {
margin-top:10vh;
height: 80vh;
overflow-y: auto;
}

.qs-ftb-container::-webkit-scrollbar {
width: 0.5em;
}

.qs-ftb-container::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.qs-ftb-container::-webkit-scrollbar-thumb {
background-color: #65A0E6;
outline: 1px solid slategrey;
}

.qs-ftb-content {
Expand Down Expand Up @@ -78,6 +93,7 @@
.ftb-question-text {
text-align:left;
line-height: 40px;
width: 80%;
}

.align-question {
Expand Down

0 comments on commit e0264fd

Please sign in to comment.