19 lines
179 B
Plaintext
19 lines
179 B
Plaintext
|
|
||
|
|
||
|
#footer{
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
height: 100px;
|
||
|
}
|
||
|
|
||
|
#log{
|
||
|
position: fixed;
|
||
|
width: 700px;
|
||
|
}
|
||
|
|
||
|
#status{
|
||
|
position: fixed;
|
||
|
width: 100px;
|
||
|
right: 0;
|
||
|
}
|