repo: janusweb action: commit revision: path_from: revision_from: ea2006c159df63e759593bb30e834d5b1b8c3a1a: path_to: revision_to:
commit ea2006c159df63e759593bb30e834d5b1b8c3a1a Author: James BaicoianuDate: Sun May 1 22:40:18 2016 -0700 Added janusplayer css diff --git a/css/janusplayer.css b/css/janusplayer.css new file mode 100644 index 0000000000000000000000000000000000000000..6d1c16f8a13c527ca6ca3418de7293a2d5e28992 --- /dev/null +++ b/css/janusplayer.css @@ -0,0 +1,18 @@ +.ui_button.janusweb_voip { + position: absolute; + right: 5px; + bottom: 5px; + padding: 8px; + border: 1px solid black; + border-radius: 5px; + z-index: 50; +} +.janusweb_voip.state_recording, +.janusweb_voip.state_recording:active { + background: #090; +} +.janusweb_voip.state_error, +.janusweb_voip.state_error:hover, +.janusweb_voip.state_error:active { + background: #900; +}
-----END OF PAGE-----