bigbluebutton-Github/labs/meteor-client/app/client/stylesheets/portrait/chat.less

39 lines
520 B
Plaintext
Raw Normal View History

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