This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
681aedbdde
bigbluebutton-Github
/
client
/
bbb-html5-client
/
public
/
templates
/
session_users.html
4 lines
45 B
HTML
Raw
Normal View
History
Unescape
Escape
Users list style updates
2013-11-01 22:58:09 +08:00
<
h3
>
User List
<
/
h3
>
HTML5: remaking the html markup for the chat A lot of changes to make it easier to control the design from the css. The actions in the chat now only add or remove classes from the elements instead of changing their css, so the css is responsible for showing or hiding them and controlling how they appear in the screen.
2013-11-01 07:30:37 +08:00
<
ul
id
=
"user-list"
>
HTML5: restructuring the client's html Removing all the styling from the javascript files, it should all be done in the css. Not finished yet, the chat and login screens still need a lot of work.
2013-11-01 03:36:38 +08:00
<
/
ul
>
Reference in New Issue
Copy Permalink