bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/portrait/users.less
2014-12-09 00:22:09 +00:00

76 lines
1.3 KiB
Plaintext
Executable File

@import "../colors";
@media all and (max-width: 768px) {
#content {
margin-top:10px;
padding-bottom:10px;
}
#usericons {
margin-left:10px;
float:right;
span {
margin-left:3px;
padding:2px;
border:1px solid white;
}
.raisedHandIcon, .muteIcon {
&:hover {
cursor: pointer;
border:1px solid #f2f2f2;
background-color: #f2f2f2;
border-radius: 4px;
}
}
}
#username {
float:left;
}
#users {
margin-left: 0.25%;
margin-right: 0.25%;
padding-bottom: 10px; /*min-width:230px;*/
-webkit-flex: 1 6 20%;
flex: 1 6 20%;
-webkit-order: 3;
order: 3;
min-height: 20%;
max-height: 20%;
}
#user-contents {
height: 95%;
padding-bottom: 10px;
}
.userCurrent {
font-weight: bold;
}
.usersListIcon {}
.userListSettingIcon {}
/* .userNameContainer {
border-right: 1px solid extract(@lightGrey, 3);
padding-right: 0px;
} */
.userNameEntry {
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100px;
}
#users {
-webkit-order: 3;
order: 3;
min-height: 20%;
max-height: 20%;
}
}