Search field for tasks

Fixes #2103
This commit is contained in:
Francis Lachapelle
2012-12-05 14:47:28 -05:00
parent 3606601c39
commit 8ca79d9a17
13 changed files with 145 additions and 116 deletions

View File

@@ -277,11 +277,11 @@ TABLE#eventsList THEAD TD:last-child,
TABLE#tasksList THEAD TD:last-child
{ border-right: 0px; }
#filterPanel,
.filterPanel,
#schedulerTabs .tab label
{ display: block;
margin: 0;
padding: 5px;
padding: 0 0 5px 5px;
background-color: #eee;
background-color: #E6E7E6; }