bigbluebutton-Github/bbb-lti/grails-app/assets/stylesheets/tool.css
2017-12-11 18:48:16 +00:00

15 lines
213 B
CSS

.thumbnail {
height: 51px;
padding: 4px;
width: 66px;
float: left;
}
.thumbnail:hover {
display: inline-block;
height: auto;
position: absolute;
width: auto;
z-index: 99999;
}