1
0
Fork 0
forked from 0x2620/oxjs
oxjs/examples/mouse_events/css/example.css

26 lines
449 B
CSS
Raw Normal View History

2012-04-14 12:12:09 +02:00
#clear {
position: absolute;
left: 256px;
right: 0px;
height: 16px;
padding-left: 2px;
background: rgb(224, 224, 224);
}
#log {
position: absolute;
left: 256px;
top: 16px;
right: 0;
bottom: 0;
background: rgb(255, 255, 255);
overflow-y: auto;
}
#target {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 256px;
padding-left: 2px;
background: rgb(192, 192, 192);
}