bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/landscape/users.less
Maxim Khlobystov 8c552f540d Cleaning up.
2014-12-10 18:24:23 -08:00

68 lines
1.1 KiB
Plaintext
Executable File

@import "../colors";
@media all and (orientation: landscape) {
#content {
margin-top:10px;
overflow: hidden;
}
#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 {
display:block;
float:left;
width:70%;
}
#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: 1;
order: 1;
}
#user-contents {
height: 95%;
padding-bottom: 10px;
.userlist {
padding:10px;
}
}
.userCurrent {
font-weight: bold;
}
/* .userNameContainer {
border-right: 1px solid extract(@lightGrey, 3);
padding-right: 0px;
} */
.userNameEntry {
height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100px;
}
}