-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from Temasys/0.6.x
Release 0.6.3
- Loading branch information
Showing
83 changed files
with
14,635 additions
and
8,344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
.navbar-white { | ||
background:#fff; | ||
} | ||
#get_user_media_btn, | ||
#join_room_btn, | ||
#leave_room_btn, | ||
#presence_panel, | ||
#file_panel, | ||
#file_list_panel { | ||
display:none; | ||
} | ||
.circle { | ||
color:red; | ||
border:solid 1px; | ||
border-radius:50%; | ||
padding:5px; | ||
margin-bottom:7px; | ||
font-size:10px; | ||
} | ||
.table { | ||
font-size:12px; | ||
word-break:break-word; | ||
} | ||
.table td:first-child { | ||
font-weight:bold; | ||
width:38%; | ||
} | ||
.table.upload-table td:first-child { | ||
font-weight:normal; | ||
width:85%; | ||
} | ||
#credential_panel { | ||
margin-bottom:0; | ||
border-left:0; | ||
border-right:0; | ||
box-shadow:none; | ||
border-radius:0; | ||
} | ||
#credential_panel .panel-body { | ||
padding-bottom:0; | ||
} | ||
#credential_panel .panel-body .form-group { | ||
text-align:left; | ||
} | ||
#credential_panel .panel-body .form-group .title, | ||
#credential_panel .panel-body .form-group .control-group { | ||
display:inline-block; | ||
vertical-align:top; | ||
} | ||
#credential_panel .panel-body .form-group .title { | ||
margin-top:0; | ||
float:left; | ||
} | ||
#credential_panel .panel-body .form-group .title span { | ||
display:block; | ||
margin-bottom:5px; | ||
} | ||
#credential_panel .panel-body .form-group .control-group { | ||
} | ||
video, object { | ||
background:#444; | ||
border:solid 2px #fff; | ||
padding:0!important; | ||
} | ||
video#local_video, | ||
object#local_video { | ||
right:15px; | ||
position:absolute; | ||
z-index:9999; | ||
} | ||
#file_body { | ||
max-height:200px; | ||
overflow-y:auto; | ||
} | ||
#chat_panel { | ||
margin:15px 0 45px; | ||
} | ||
#chat_body { | ||
max-height:200px; | ||
overflow-y:auto; | ||
} | ||
.list-group-item-heading em { | ||
float:right; | ||
font-style:normal; | ||
color:#888; | ||
} | ||
.chat-item { | ||
border:0; | ||
padding:0 0 15px 0; | ||
} | ||
.chat-item img { | ||
width: 250px; | ||
} | ||
#chat_input { | ||
display:block; | ||
width:100%; | ||
} | ||
.control_settings .col { | ||
margin: 7px 0; | ||
} | ||
#leave_room_btn { | ||
margin-left:12px; | ||
} | ||
.control_settings .btn-group { | ||
width: 100%; | ||
} | ||
footer { | ||
background:#f5f5f5; | ||
padding:12px 0 0; | ||
border-top:solid 1px #e0e0e0; | ||
} | ||
.selected-users em { | ||
font-style: normal; | ||
font-size: 12px; | ||
margin-right: 12px; | ||
} | ||
@media screen and (max-width:1999px){ | ||
#credential_panel .panel-body { | ||
margin-bottom:15px; | ||
} | ||
#credential_panel .panel-body button { | ||
margin-left:14px; | ||
} | ||
} | ||
@media screen and (max-width:991px){ | ||
video, object { | ||
display:block; | ||
width:100%; | ||
} | ||
video#local_video, | ||
object#local_video { | ||
right:0; | ||
position:static; | ||
display:block | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.