dat.gui/gui.css

23 lines
380 B
CSS
Raw Normal View History

2011-01-23 23:43:02 +00:00
#guidat {
position: absolute;
border: 1px solid red;
width: 300px;
z-index: 200;
top: 0;
left: 100%;
margin-left: -320px;
2011-01-23 23:56:22 +00:00
-moz-transition: margin-top .2s ease-out;
-webkit-transition: margin-top .2s ease-out;
transition: margin-top .2s ease-out;
2011-01-23 23:43:02 +00:00
}
#guidat-controllers {
height: 300px;
overflow-y: scroll;
}
#guidat-toggle {
text-align: center;
display: block;
padding: 5px;
}