bigbluebutton-Github/labs/meteor-client/client/stylesheets/users.less

17 lines
271 B
Plaintext
Raw Normal View History

2014-06-14 00:22:30 +08:00
#users {
2014-08-09 00:04:04 +08:00
margin-left: 0.5%;
padding-bottom: 10px;
width: 12%;
}
2014-08-07 01:46:54 +08:00
#user-contents {
2014-08-09 00:04:04 +08:00
padding-bottom: 10px;
}
.user-entry tr:nth-child(even) {background-color: rgb(245,245,245);}
.user-entry tr:hover {font-weight: bold;}
.userListSettingIcon {
}