17 lines
212 B
CSS
17 lines
212 B
CSS
|
#console {
|
||
|
height: 100%;
|
||
|
width: 20%;
|
||
|
float: left;
|
||
|
resize: horizontal;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
#vnc-container {
|
||
|
height: 100%;
|
||
|
width: 80%;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
}
|