mcopy/app/css/app.css

17 lines
196 B
CSS
Raw Normal View History

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