2014-12-05 05:30:52 +08:00
|
|
|
@import "../colors";
|
|
|
|
|
2014-12-09 07:35:25 +08:00
|
|
|
@media all and (orientation: portrait) {
|
2014-12-05 05:30:52 +08:00
|
|
|
#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;
|
|
|
|
}
|
2014-12-05 05:30:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#newMessageInput {
|
2014-12-11 06:10:04 +08:00
|
|
|
height: 60px;
|
|
|
|
font-size: 25px;
|
2014-12-05 05:30:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#sendMessageButton {
|
2014-12-11 06:10:04 +08:00
|
|
|
height: 60px;
|
|
|
|
width: 100px;
|
|
|
|
font-size: 30px;
|
2014-12-05 05:30:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#tabsList {
|
|
|
|
a {
|
2014-12-11 06:10:04 +08:00
|
|
|
font-size: 25px;
|
2014-12-05 05:30:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|