Automatically generated installer lang files
[moodle.git] / mod / bigbluebuttonbn / styles.css
blobf0359e4083aa7fa10757a637e062dad0088c0397
1 @charset "UTF-8";
3 /* bigbluebuttonbn resources */
4 .recording-thumbnail {
5 border: 1px solid #ddd;
6 border-radius: 4px;
7 padding: 0 0 0 0;
8 transition: transform .2s; /* Animation */
9 width: 113px;
10 height: 64px;
13 .recording-thumbnail:hover {
14 box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
15 transform: scale(2.0); /* (200% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
16 -moz-transform: scale(2.0); /* Firefox */
17 -webkit-transform: scale(2.0); /* Safari and Chrome */
18 -o-transform: scale(2.0); /* Opera */
19 position: relative;
20 display: block;
21 z-index: 999;
24 .fa-disabled {
25 cursor: not-allowed;
26 opacity: 0.2;
29 .fa-invisible {
30 cursor: not-allowed;
31 visibility: hidden;
34 .bbb_index_form {
35 display: inline-block;