Begin implementing programs management

This commit is contained in:
Eike Foken
2011-08-15 01:03:03 +02:00
parent 639f59378e
commit 020bd13058
9 changed files with 271 additions and 25 deletions

View File

@@ -48,3 +48,12 @@ table tbody tr:nth-child(even) {
table tbody tr:nth-child(odd) {
background: #f6f6f6;
}
td.drag_handle {
width: 16px;
}
td.drag_handle-show {
background: url(../images/icons/arrow-resize-090.png) center center no-repeat;
cursor: move;
}