Added drop target style, other minor admin dashboard style updates.

This commit is contained in:
Chad Kieffer
2009-01-16 06:45:25 +00:00
parent 622da5f3cd
commit e749e6cf3e
3 changed files with 35 additions and 22 deletions
+11
View File
@@ -714,6 +714,17 @@ li.gError select {
font-size: 0;
}
.gDraggable {
cursor: move;
}
.gDropTarget {
background-color: #cfdeff;
border: 1px dotted #999;
height: 100px;
margin: 1em 0;
}
/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */
#gDialog {