2016-04-13 02:06:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
#footer{
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
2016-04-13 02:51:47 +00:00
|
|
|
height: 150px;
|
2016-04-13 02:06:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#log{
|
|
|
|
position: fixed;
|
2016-04-13 02:51:47 +00:00
|
|
|
width: 600px;
|
|
|
|
height: 150px;
|
2016-04-13 02:06:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#status{
|
|
|
|
position: fixed;
|
|
|
|
width: 100px;
|
|
|
|
right: 0;
|
|
|
|
}
|