Adding streamBox slot and coral-plugin-viewing-options 🎉

This commit is contained in:
Belen Curcio
2017-06-06 20:42:42 -03:00
parent 6f909c3451
commit b5c9e92cc6
10 changed files with 72 additions and 17 deletions
@@ -0,0 +1,29 @@
.viewingOptions {
float: right;
text-align: right;
position: relative;
display: inline-block;
min-width: 220px;
}
.viewingOptions {
cursor: pointer;
}
.streamViewingOptionsList {
background: white;
position: absolute;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
right: 3px;
top: 20px;
}
.streamViewingOptionsList ul, .streamViewingOptionsList li {
padding: 0;
margin: 0;
}
.streamViewingOptionsList li {
padding: 10px;
list-style: none;
}