Added portrait basic mode.

This commit is contained in:
Gunther Brunner
2014-05-28 00:05:43 +09:00
parent fe2ccdfc17
commit 09c59e3a44
3 changed files with 27 additions and 6 deletions

View File

@@ -15,7 +15,6 @@
font-size: 12px;
}
.basic-mode .stf-vnc-bottom .btn-primary:hover,
.basic-mode .stf-vnc-bottom .btn-primary.active {
background: #007aff;
@@ -25,3 +24,25 @@
.basic-mode .stf-menu .stf-top-bar {
overflow: hidden;
}
.basic-mode .basic-remote-control {
width: 100%;
/*width: 320px;*/
/*height: 485px;*/
}
.guest-landscape .basic-mode .stf-vnc-bottom {
display: none;
}
.guest-landscape .basic-mode .pane-top-bar {
display: none;
}
.guest-landscape .basic-mode .pane-center {
top: 0 !important;
}
.guest-landscape .basic-mode .fill-height {
width: 100%;
}