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

39 lines
520 B
Plaintext
Executable File

@import "../colors";
@media all and (orientation: portrait) {
#chat {
-webkit-order: 2;
order: 2;
min-height: 40%;
max-height: 40%;
}
.chat {
li {
td {
font-size: 30px;
}
div {
font-size: 15px;
}
}
}
#newMessageInput {
height: 60px;
font-size: 25px;
}
#sendMessageButton {
height: 60px;
width: 100px;
font-size: 30px;
}
#tabsList {
a {
font-size: 25px;
}
}
}