2014-12-09 07:35:25 +08:00
|
|
|
@media all and (orientation: landscape) {
|
2014-12-05 05:30:52 +08:00
|
|
|
#username {
|
2014-12-09 08:22:09 +08:00
|
|
|
display:block;
|
|
|
|
width:70%;
|
2014-12-05 05:30:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#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
|
|
|
}
|
2014-12-05 05:30:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.userNameEntry {
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
}
|