bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/landscape/chat.less
2015-01-15 07:50:59 -08:00

23 lines
283 B
Plaintext
Executable File

@import "../colors";
@media all and (orientation: landscape) {
#chat {
-webkit-order: 3;
order: 3;
}
#newMessageInput {
height: 40px;
}
#sendMessageButton {
height: 40px;
}
#tabsList {
a {
font-size:12px;
}
}
}