bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/landscape/users.less
2014-12-11 11:35:10 -08:00

22 lines
278 B
Plaintext
Executable File

@media all and (orientation: landscape) {
#username {
display:block;
width:70%;
}
#users {
-webkit-order: 1;
order: 1;
}
#user-contents {
.userlist {
padding:10px;
}
}
.userNameEntry {
height: 20px;
}
}