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

22 lines
278 B
Plaintext
Raw Normal View History

@media all and (orientation: landscape) {
#username {
2014-12-09 08:22:09 +08:00
display:block;
width:70%;
}
#users {
-webkit-order: 1;
order: 1;
}
#user-contents {
2014-12-09 08:22:09 +08:00
.userlist {
2014-12-12 03:35:10 +08:00
padding:10px;
2014-12-09 08:22:09 +08:00
}
}
.userNameEntry {
height: 20px;
}
}