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

26 lines
491 B
Plaintext
Executable File

#users {
margin-left: 0.5%;
/*min-width:230px;*/
padding-bottom: 10px;
width: 20%;
}
#user-contents {
padding-bottom: 10px;
height:95%;
}
.userNameEntry{
height:20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 90px;
}
.user-entry tr:nth-child(even) {background-color: rgb(245,245,245);}
.user-entry tr:hover {font-weight: bold;}
.userListSettingIcon {}
.userNameContainer{
border-right: 1px solid #ccc;
padding-right:0px;
}