myems/admin/css/test/flyout.css

17 lines
205 B
Python

.flyout > li {
position: absolute;
}
.flyout > li:nth-of-type( 1) {
top:30px;
}
.flyout > li:nth-of-type( 2) {
left:30px;
top:100px;
}
.flyout > li:nth-of-type( 3) {
top:120px;
right: 70px
}