start on new layout draggables

This commit is contained in:
Doug Bell 2011-04-19 18:13:03 -05:00
parent 8906c3f28a
commit 0299d7837c
5 changed files with 392 additions and 2 deletions

View file

@ -17,7 +17,6 @@ div.dragable:hover {
color: #888888;
background-color: #cccccc;
border: 1px solid #888888;
opacity: 0.5;
text-align: right;
}
.dragging{
@ -57,4 +56,13 @@ div.dragable:hover {
width: 50px;
height: 100px;
}
/* TODO: Make the buttons appear inside the drag toolbar! Maybe JS?
.wg-content-position > * {
position: relative;
}
.wg-content-position .wg-admin-toolbar {
position: absolute;
left: auto;
top: 0px;
}
*/